You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can use https://jsonplaceholder.typicode.com/posts?title_like=^q // regex syntax
In general, the API supports everything implemented by JSON Server. You can check that project's README/docs for paging/sort/filter/search related parameters: https://github.com/typicode/json-server
Consider adding an option to perform a query to allow for an autocomplete. It would match the start of a field. Something like:
Would return all of the posts that start with the defined characters.
Something like provided here: https://swapi.dev/documentation under "search"
OR
Something like this:
Thanks!
The text was updated successfully, but these errors were encountered: