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

how to implement full text filter? #95

Closed
jinguo-yin opened this issue Aug 21, 2023 · 2 comments
Closed

how to implement full text filter? #95

jinguo-yin opened this issue Aug 21, 2023 · 2 comments

Comments

@jinguo-yin
Copy link

in react-admin document, using 'q' in searchinput component to implement full text filter, how to do that in ra-data-postgrest?
thanks

@scheiblr
Copy link
Collaborator

scheiblr commented Sep 6, 2023

I think this question is more a question of your application design and how you implemented the fulltext search inside the postgres db. If you are using zombodb, you would require to create a forward to the search endpoint and if you are using a builtin postgres fulltext feature you can use the postgrest opreators. This is possible with the special-filter-feature.

@jinguo-yin
Copy link
Author

@scheiblr Thanks, I'll try to use zombodb

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