Comparison Operators
These operators allow to match based on a fields value relative to some other value.
đź“Ś $gt, $lt
You can also add more than one filter.
đź“Ś $ne
Values that are not equal to some specific value.
đź“Ś $in
Allows to specify one or more values. This filter will look to match any value that is defined in the array value.
$nin does the opposite operation to $in
Last updated
Was this helpful?