MongoDB queries use operators (prefixed with $) to express conditions beyond simple equality — comparison, logical, element, and array operators. They're the building blocks of filter documents for finding the data you want.
Comparison operators
db..({ : { : } });
db..({ : { : , : } });
db..({ : { : } });
db..({ : { : [, ] } });
db..({ : { : [] } });
