Skip to content

Commit

Permalink
fix: remove fl attribute from ckan
Browse files Browse the repository at this point in the history
  • Loading branch information
admy7 committed Aug 28, 2024
1 parent 574fd55 commit a487f50
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public List<String> collect(DatasetSearchQuery query, String accessToken) {
var response = ckanQueryApi.packageSearch(
query.getQuery(),
facetsQuery,
CKAN_IDENTIFIER_FIELD,
null,
CKAN_PAGINATION_MAX_SIZE,
0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ public List<SearchedDataset> search(List<String> datasetIds,
var response = ckanQueryApi.packageSearch(
null,
facetsQuery,
null,
sort,
rows,
start,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public FacetGroup build(DatasetSearchQuery query, String accessToken) {
null,
null,
null,
null,
selectedFacets,
accessToken
);
Expand Down
6 changes: 0 additions & 6 deletions src/main/openapi/ckan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ paths:
required: false
schema:
type: string
- name: fl
in: query
description: dataset fields to be returned
required: false
schema:
type: string
- name: sort
in: query
description: Sorting of search results
Expand Down

0 comments on commit a487f50

Please sign in to comment.