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
{{ message }}
This repository was archived by the owner on Aug 29, 2018. It is now read-only.
To fetch the data on server, I use the FIND method of service.
For example:
...service('dogs').find({ query: { name: null } }),
where I want to find all the dogs without name (the value of NAME field is NULL)
Steps to reproduce
To fetch the data on server, I use the FIND method of service.
For example:
...service('dogs').find({ query: { name: null } }),
where I want to find all the dogs without name (the value of NAME field is NULL)
Expected behavior
Return all the dogs without name (NULL).
Actual behavior
ERROR !