Find
Searching for documents in a collection.
Example
users.find(options = { limit(12) }) {
User::age lt 18
}Content copied to clipboard
External resources
See also
Filter operators
Options
Properties
Functions
Link copied to clipboard
Returns a simplified (but equivalent) expression to the current expression.
Link copied to clipboard
Writes the result of simplifying to a new Bson.
Link copied to clipboard
Writes the result of simplifying this expression into writer.