Details
-
Task
-
Resolution: Done
-
Major - P3
-
None
-
None
Description
Once we merge COMPASS-630 / COMPASS-631, Compass will have an "advanced" query bar that lets the user input not just the filter (as before), but also project, sort, skip and limit.
This is for the 1.7.0-beta timeframe, which is roughly mid/end February.
Not all collection-level tabs will expose all options however. As a first step, we will have:
Schema view
- filter: as before, lets the user provide a filter to refine the schema
- limit: the user can now choose how many documents should be sampled randomly. We still cap the limit at 1000 for performance reasons for now.
Document view
- all options (filter, project, sort, skip, limit) are exposed
Explain view
- only filter is exposed: works as before
—
The final version (possibly still 1.7.0 timeframe) will have additional options available:
Schema view
- filter
- limit (how many documents should be sampled)
- project (user can choose which fields they want included/excluded in the schema view)
Documents and Explain plan view
- filter, project, sort, skip, limit all exposed.
Each query option has a little clickable "info sprinkle" in its label, which links to documentation. Therefore, each of the above options needs its own permalink so we can link directly to this section, e.g. "Explain - project" or "Schema - limit".
Attachments
Issue Links
- is related to
-
DOCS-9995 Separate section on Query Bar in Compass Docs
-
- Closed
-