-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
Field "is_new" is picked up for NotEquals (is_ne) #383
Comments
Good catch 👍 will fix it |
Hi @ev45ive, I've published Let me know if you spot anything else. |
Awesome. Thanks a lot! I am doing JS/Front-End teaching classes, and JSON-Server is a kickass tool to showcase stuff. :-) 👍 |
Oh great usage and very happy to know it's used to teach people front-end 😃 |
Closing it since |
I have struct like this:
when i search for it with ?is_new=true i get everything but this one - like its seeing "is_ne" and uses not equals matcher. Shouldn't it be matched by end of param name? :-)
Btw. Json-Server is AWSOME. I am prototyping and relationships ?_embed and ?_extend saved me a looot of headache! Thanks!
The text was updated successfully, but these errors were encountered: