MongoAgile.BuilderQueries.FindBuilder (mongo_agile v0.7.0) View Source

Macro find

Base

  • where - Selector

Options

Source: https://hexdocs.pm/mongodb/Mongo.html

  • :comment - Associates a comment to a query
  • :cursor_type - Set to :tailable or :tailable_await to return a tailable cursor
  • :max_time - Specifies a time limit in milliseconds
  • :modifiers - Meta-operators modifying the output or behavior of a query, see http://docs.mongodb.org/manual/reference/operator/query-modifier/
  • :cursor_timeout - Set to false if cursor should not close after 10 minutes (Default: true)
  • :sort - Sorts the results of a query in ascending or descending order
  • :projection - Limits the fields to return for all matching document
  • :skip - The number of documents to skip before returning (Default: 0)

Link to this section Summary

Link to this section Functions

Link to this macro

find(description, keyword)

View Source (macro)