Query bar basics
The Spanna query bar accepts structured MongoDB query input. A typical query includes:filtersortlimitskipprojection
Running a query
- Open a collection.
- Enter your query JSON in the query bar.
- Run the query.
- Review results in the documents panel.
Query tips
- start with a small
limit - add a
sortwhen reading time-based collections - use
projectionto reduce noise
