Correct comment
This commit is contained in:
parent
3945930a81
commit
c23a589620
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
;;
|
;;
|
||||||
;; Existing query fields:
|
;; Existing query fields:
|
||||||
;;
|
;;
|
||||||
;; :fields - selects which fields are returned. The default is all fields. _id is always returned.
|
;; :fields - selects which fields are returned. The default is all fields. _id is included by default.
|
||||||
;; :sort - adds a sort to the query.
|
;; :sort - adds a sort to the query.
|
||||||
;; :fields - set of fields to retrieve during query execution
|
;; :fields - set of fields to retrieve during query execution
|
||||||
;; :skip - Skips the first N results.
|
;; :skip - Skips the first N results.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue