📄️ Bitwise query operators
Bitwise query operators help to select documents by evaluating query conditions according to the location of bits.
📄️ Comparison query operators
Comparison query operators allow you to compare the elements in a document to a given query value.
📄️ Logical query operators
Logical query operators return data based on specified query expressions that are either true or false.
📄️ Array query operators
Array query operators allow you to search for specific elements within an array field in a document.
📄️ Element query operators
Element query operators return data based on the existence of a specified field or the data type of a particular value.
📄️ Evaluation query operators
Evaluation query operators return data based on the evaluation of a specified expression.