We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug
When I do this
collection .find({ content: null }) .exec()
I get this error:
Uncaught (in promise) TypeError: Cannot convert undefined or null to object 418: /dist/lib/RxQuery.js
It seems to be a correct syntax in MongoDB: https://docs.mongodb.com/manual/tutorial/query-for-null-fields/#faq-developers-query-for-nulls
The text was updated successfully, but these errors were encountered:
Looks like a bug where the pouchdb-query is created from the RxQuery. I will investigate..
Sorry, something went wrong.
b2ee416
I fixed the error. But it looks like pouch-find does not respect querying for null-fields. So this must be opened there.
Works now. Thank you.
No branches or pull requests
Case
Bug
Issue
When I do this
I get this error:
It seems to be a correct syntax in MongoDB:
https://docs.mongodb.com/manual/tutorial/query-for-null-fields/#faq-developers-query-for-nulls
The text was updated successfully, but these errors were encountered: