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

Verify Query Functionality for MongoDB Operators #2552

Open
tnaum-ms opened this issue Jan 27, 2025 · 0 comments
Open

Verify Query Functionality for MongoDB Operators #2552

tnaum-ms opened this issue Jan 27, 2025 · 0 comments

Comments

@tnaum-ms
Copy link
Collaborator

A user reported issues with MongoDB query operators, including $gt, $lt, $exists, etc., not working as expected. An example query provided by the user indicated that specific operators did not return the expected results.

{
  "correlationId": "123456",
  "resultEnum": {
    "$gt": 1
  }
}

Task:

  • Reproduce the reported issue.
  • Investigate the root cause, if verified.
  • Fix the issue and ensure that all standard MongoDB query operators work as expected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant