Where there be more operators to the "documents where x equals y" effect? Also sorting? #13
-
Title basically says most of it, I think it'd be nice having other operators like And will there be an effect for mongo's sort function? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I agree with you, and as specified in #7 (comment), I would indeed like to add soon all the comparators of MongoDB :
... I think they are the most important.
This is something I hadn't thought of, and indeed it would be very useful. I'm going to add it to my to-do list! 🙂 |
Beta Was this translation helpful? Give feedback.
I agree with you, and as specified in #7 (comment), I would indeed like to add soon all the comparators of MongoDB :
ALL
EQUALS
NOT_EQUAL
EXISTS
GREATER_THAN
GREATER_THAN_OR_EQUAL
IN
LESS_THAN
LESS_THAN_OR_EQUAL
... I think they are the most important.
So yes, it's planned! 😄
This is something I hadn't thought of, and indeed it would be very useful. I'm going to add it to my to-do list! 🙂