json-server
json-server copied to clipboard
Filter Data with Contains, Starts With, Ends With
I want to filter my text data, I have options for filters are Contains, Starts With, Ends With, Not Contains.
Is there any way to implement to filter for this params?
I can make this
resolved with PR https://github.com/typicode/json-server/pull/1295