Skip to content
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

Implement Full text search #70

Open
Manuel-Antunes opened this issue Sep 2, 2023 · 1 comment
Open

Implement Full text search #70

Manuel-Antunes opened this issue Sep 2, 2023 · 1 comment

Comments

@Manuel-Antunes
Copy link

React admin uses the q field to implement a full-text search in the database, my suggestion is to use something like the prisma full-text search preview feature to implement the dynamic full text searching inside of the projects

@ogroppo
Copy link
Contributor

ogroppo commented Sep 3, 2023

Hey, great shout - check out version 3.1.0, just need to add _search after the names of the source. My understanding is that in the current ra version full text is available only in the enterprise StackedFilters? I have a comment in the code where the q param was passed, but I can't figure out how now, if you happen to know point me in the right direction please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants