Skip to content
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

Querying String fields hangs when using $ne operator #469

Closed
eduardoboucas opened this issue Jul 30, 2018 · 2 comments
Closed

Querying String fields hangs when using $ne operator #469

eduardoboucas opened this issue Jul 30, 2018 · 2 comments
Assignees

Comments

@eduardoboucas
Copy link
Contributor

Expected behavior

Query such as /1.0/db/collection?filter={"field1":{"$ne":"something"}} should return all documents where field1 is not equal to something.

Actual behavior

The request hangs.

Steps to reproduce the problem

Make the query above.

Package details

API 4.0.3

@eduardoboucas
Copy link
Contributor Author

Fixed in 4.0.4.

@fra967
Copy link

fra967 commented Jan 23, 2019

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
Projects
None yet
Development

No branches or pull requests

2 participants