-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Added the ability to full-text search for selected fields #558
base: main
Are you sure you want to change the base?
Conversation
I'm very interested in this feature. |
@ronerjr I resolved the conflicts. |
@typicode let's ship it \o |
why was this never merged? |
i think it will be really useful feature |
bump |
it would be awesome to have this feature! |
To utilize full-text search in the latest version of v1, you cannot use the syntax GET /posts?q=search-text. |
q query parameter is not working. |
@PavanBashetty it doesn't work for me too if you take a look at the v1 documentation you will see that _like,_q, and pagination with limit have been deprecated |
If anyone wants to use the latest v0 with this feature, I implemented this pr on my fork https://github.com/notPlancha/json-server |
If you want to use the q query parameter which isn't working with latest version ([1.0.0-beta.0] |
Hello, I added the ability to full-text search for selected fields.
When no field is specified, the search works as before.