Use cases
- filter active documents
- constrain by date or status
- test a query before reusing it in application code
Typical workflow
- Open a collection.
- Enter a filter in the query bar or Query Builder tab.
- Run the query.
- Inspect the returned documents.
Good practices
- start with a limit
- keep filters explicit
- use index review when a query feels slow

