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

$eq $ne not work with string #9

Closed
baxiry opened this issue Nov 19, 2023 · 1 comment
Closed

$eq $ne not work with string #9

baxiry opened this issue Nov 19, 2023 · 1 comment
Labels
bug Something isn't working fatal Fatal - panic bug
Milestone

Comments

@baxiry
Copy link
Owner

baxiry commented Nov 19, 2023

$eq $ne operators not wor correctly with string, e.g

{name: {$eq: 'adam'}}

this query should match any doc that have name = adam. But it doesn't.
also $ne, should match any doc else. but it doesn't.

@baxiry baxiry added bug Something isn't working fatal Fatal - panic bug labels Nov 19, 2023
@baxiry
Copy link
Owner Author

baxiry commented May 10, 2024

fixed

@baxiry baxiry closed this as completed May 10, 2024
@baxiry baxiry added this to the v0.6 milestone May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fatal Fatal - panic bug
Projects
None yet
Development

No branches or pull requests

1 participant