Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upQuerying String fields hangs when using `$ne` operator #469
Comments
eduardoboucas
added
the
type: bug
label
Jul 30, 2018
eduardoboucas
self-assigned this
Jul 30, 2018
This comment has been minimized.
This comment has been minimized.
Fixed in 4.0.4. |
eduardoboucas
closed this
Jul 30, 2018
This comment has been minimized.
This comment has been minimized.
This defect occurs in all versions 3.x as well, so an upgrade to minimum 4.0.4 is required |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
eduardoboucas commentedJul 30, 2018
Expected behavior
Query such as
/1.0/db/collection?filter={"field1":{"$ne":"something"}}
should return all documents wherefield1
is not equal tosomething
.Actual behavior
The request hangs.
Steps to reproduce the problem
Make the query above.
Package details
API 4.0.3