Skip to main content
Spanna’s query tools let you work with real MongoDB filter objects while staying inside the collection view.

Use cases

  • filter active documents
  • constrain by date or status
  • test a query before reusing it in application code

Typical workflow

  1. Open a collection.
  2. Enter a filter in the query bar or Query Builder tab.
  3. Run the query.
  4. Inspect the returned documents.

Good practices

  • start with a limit
  • keep filters explicit
  • use index review when a query feels slow