We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316ea1a commit bb8d2efCopy full SHA for bb8d2ef
src/coll/options.rs
@@ -834,7 +834,10 @@ pub struct FindOptions {
834
#[serde(skip)]
835
pub selection_criteria: Option<SelectionCriteria>,
836
837
- /// Whether to return the record identifier for each document.
+ /// Whether to return the record identifier for each document. If true, adds a `$recordId`
838
+ /// field to the returned documents.
839
+ ///
840
+ /// Defaults to false.
841
pub show_record_id: Option<bool>,
842
843
/// The number of documents to skip before counting.
0 commit comments