$gte
The$gte operator checks if the first value is greater than or equal to the second value.
Input
- An array containing exactly two values to compare
Output
trueif the first value is greater than or equal to the second valuefalseotherwise (including when either value is null)
Examples
Greater Than
true
Equal Values
true
Less Than (Returns False)
false
Field Value Comparison
true if the score field is greater than or equal to 60, otherwise false
