-
Notifications
You must be signed in to change notification settings - Fork 421
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
How to search for records having or not having a property? #344
Comments
contains? |
Contains would probably already be used by #343 |
defined, exists? |
I like defined 👍
|
|
It's a bit unfriendly, but this is possible via:
But I can work on this if changes are needed. An example:
|
This was referenced May 5, 2017
This only happens to work due to a quirk of how we handle missing fields as the empty string. I'm going to add a |
4 tasks
Added a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let say I have some records.
How can I select only records having a text attribute?
https://kinto-ota.dev.mozaws.net/v1/buckets/mozlando/collections/wall/records?having_text=true ?
https://kinto-ota.dev.mozaws.net/v1/buckets/mozlando/collections/wall/records?having_text=false ?
The text was updated successfully, but these errors were encountered: