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

string in int field -> 0 #8

Closed
baxiry opened this issue Nov 19, 2023 · 2 comments
Closed

string in int field -> 0 #8

baxiry opened this issue Nov 19, 2023 · 2 comments
Labels
fix later Not fatal
Milestone

Comments

@baxiry
Copy link
Owner

baxiry commented Nov 19, 2023

Comparison operators : $gt $lt $gte $lte and $eq handle any string as 0, for example :
filter:{age: {$gte: 'adam'}}

adam her is equal 0,

great then , less then is

see #5

@baxiry baxiry added the fix later Not fatal label Nov 19, 2023
@baxiry
Copy link
Owner Author

baxiry commented Dec 19, 2023

now just $eq $ne are work with string.
every thing else will not work with. it will return : nothing match result

Repository owner deleted a comment May 5, 2024
@baxiry
Copy link
Owner Author

baxiry commented May 10, 2024

done

@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
fix later Not fatal
Projects
None yet
Development

No branches or pull requests

1 participant