CKAN api search #1126
Unanswered
uxdw
asked this question in
Help and Support
CKAN api search
#1126
Replies: 1 comment
-
@uxdw good question. @luccasmmg any ideas here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using the PortalJS CKAN object to request datasets, is there any way request results with a filter.
So for example extend the below call accepts the options for pagination.
const datasets = await ckan.getDatasetsListWithDetails({ offset: 0, limit: 1000 });
But I assume we can add something like:
or whatever to return a subset.
It looks like the Catalog component does filtering after fetching all data but our datasets will be too many to fetch everything each time and then filter on post.
Beta Was this translation helpful? Give feedback.
All reactions