-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] Array filters support #6581
Comments
Hello @dzcpy we have |
Hi @BatuhanW, thanks for your reply! I have forked the crud module in my own project to fix some issues so that might be the reason. I'll check and probably close the ticket if it works! |
Looks like ina and nina are not available for nestjsx crud adapter? |
Hello @dzcpy, It seems nestjsx-crud doesn't support array filters. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is your feature request related to a problem? Please describe.
Currently, Refine's data hooks (useList, useTable) don't support filtering array fields in databases that have native array support like PostgreSQL. When working with array columns (e.g., an 'ids' field containing an array of strings), there's no built-in way to filter records where the array contains a specific value.
Describe alternatives you've considered
Is there any workaround?
Additional context
No response
Describe the thing to improve
Support contains/includes operators for array fields
Work with PostgreSQL array columns natively
Provide a consistent API across different data providers
Allow combining array filters with other filter types
Support both string and number array types
The text was updated successfully, but these errors were encountered: