Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-5987

Doc the find and getMore commands

      We are introducing two new commands in 3.2 for the query subsystem: find and getMore. The shell and some drivers will use these commands to answer .find() operations against a 3.2 mongod or mongos. Although the syntax for .find() is largely unchanged, we should add documentation of the raw command parameters in the command reference pages.

      For example, you could run a raw find command against a collection "c" like so:

      db.runCommand({find: "c", filter: {a: {$gt: 3}}, sort: {b: -1}});
      

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            david.storch@mongodb.com David Storch
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              8 years, 35 weeks, 2 days ago