I have been facing challenges with the search box in the data table. I noticed that the search box has been missing for the last couple of days, and I have been unable to resolve the issue. Please help me.
@meal_cdd , thank you for bringing this to our attention. FYI, please be informed that we already have a fix for this …
kobotoolbox:beta
← kobotoolbox:fix-data-table-filters-not-appearing
opened 02:09PM - 10 Jul 24 UTC
## Checklist
1. [ ] If you've added code that should be tested, add tests
2.… [ ] If you've changed APIs, update (or create!) the documentation
3. [x] Ensure the tests pass
4. [x] Make sure that your code lints and that you've followed [our coding style](https://github.com/kobotoolbox/kpi/blob/master/CONTRIBUTING.md)
5. [x] Write a title and, if necessary, a description of your work suitable for publishing in our [release notes](https://community.kobotoolbox.org/tag/release-notes)
6. [ ] Mention any related issues in this repository (as #ISSUE) and in other repositories (as kobotoolbox/other#ISSUE)
7. [ ] Open an issue in the [docs](https://github.com/kobotoolbox/docs/issues/new) if there are UI/UX changes
## Description
## Notes
The `foo in ARRAY` wasn't working, probably beacuse it was an array of enums, not strings. I changed how `isTableColumnFilterable` works, renamed it and added one more for clarity. Added few comments too.
## Related issues
We will be releasing it as a patch release soon.
this is not working right now!
check!
1 Like
@meal_cdd , kindly please be informed that we have not yet made the patch release. We will update once we make it live.
@meal_cdd , kindly please be informed that the issue has been fixed with this patch release. For details please see this announcement:
A new patch release 2.024.19a is available and has been deployed to our production servers at 18:00 UTC on Tuesday, 16 July 2024:
Bug fixes and improvements
PR
Description
kpi#5002
Fix 500 error when filtering fields with data endpoint. Make _uuid field always present when filtering fields in /api/v2/assets/<asset_uid>/data.json response, e.g. /api/v2/assets/<asset_uid>/data.json?fields=[field1, field2, etc...]
kpi#5007
Fix bug with table column filters not appearing
Thank you for your kind patience as always!