datopian / datahub

🌀 Rapidly build rich data portals using a modern frontend framework
https://datahub.io/opensource
MIT License
2.17k stars 322 forks source link

Created integration with datastore api for table component #1083

Closed Gutts-n closed 3 months ago

Gutts-n commented 3 months ago

Closes: #1053

Changes

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
portaljs-storybook ✅ Ready (Inspect) Visit Preview Jan 29, 2024 5:12pm
8 Ignored Deployments | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **portaljs-alan-turing** | ⬜️ Ignored ([Inspect](https://vercel.com/datopian1/portaljs-alan-turing/8uPPq91DzvD2VVsLZqHmhzrUJ4f2)) | | | Jan 29, 2024 5:12pm | | **portaljs-ckan** | ⬜️ Ignored ([Inspect](https://vercel.com/datopian1/portaljs-ckan/DhiXzWpMmUzJpQwSpojbvG5oqctH)) | | | Jan 29, 2024 5:12pm | | **portaljs-ckan-ssg** | ⬜️ Ignored ([Inspect](https://vercel.com/datopian1/portaljs-ckan-ssg/GzegEbvyNFinTugPnLDb7BWwWNeW)) | | | Jan 29, 2024 5:12pm | | **portaljs-fivethirtyeight** | ⬜️ Ignored ([Inspect](https://vercel.com/datopian1/portaljs-fivethirtyeight/7HnaYu6XEnwMu3x4L2NjevaVGfvS)) | | | Jan 29, 2024 5:12pm | | **portaljs-git-example** | ⬜️ Ignored ([Inspect](https://vercel.com/datopian1/portaljs-git-example/FByw827SvfC63QbFZMSrJgCQnxLn)) | | | Jan 29, 2024 5:12pm | | **portaljs-learn** | ⬜️ Ignored ([Inspect](https://vercel.com/datopian1/portaljs-learn/FgypprUFRXPwV3Yzya36UEhXuLMb)) | | | Jan 29, 2024 5:12pm | | **portaljs-openspending** | ⬜️ Ignored ([Inspect](https://vercel.com/datopian1/portaljs-openspending/9VLWPiWLCk5GSabDPvHLXWxZbNnC)) | | | Jan 29, 2024 5:12pm | | **site-portaljs** | ⬜️ Ignored ([Inspect](https://vercel.com/datopian1/site-portaljs/6ygu8kQB1irbFAhB2ce8UM1BbbvL)) | | | Jan 29, 2024 5:12pm |
changeset-bot[bot] commented 3 months ago

🦋 Changeset detected

Latest commit: 86a2945ee68dfcea0299984ca9cc9070d68fe1c2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | -------------------- | ----- | | @portaljs/components | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

anuveyatsu commented 3 months ago

@Gutts-n it would be great to be able to perform filters in addition to full text query. See docs here https://docs.ckan.org/en/2.10/maintaining/datastore.html#api-reference

Do you think we can implement it as part of this PR?

anuveyatsu commented 3 months ago

Merging this as this component is sufficient for basic CKAN DataStore integration with the Table component.