The most simple filtering does not appear to work for MongoDB.
- Open a collection
- Enter a basic query, like
{is_active: true}
- Click Find Query
- Observe results that have
{is_active: false}
Version 0.6.3
Connected to MongoDB Atlas. Query works correctly with Studio 3T.