Query & CRUD Operations
Search In… (aka Value Search)
About Search In… Search In… or Value Search is a wide-range text search on the values stored in a MongoDB collection, database, or server. By default, it scans all documents for text matches (or regular expression matches) in all field values and field names. Search In… scans embedded documents and arrays and shows you the […]
Posted on: 23/06/2022 (last updated: 04/04/2024) • Dj Walker-Morgan • 7 minutesDate Tags
Date tags are placeholders for different date operations relative to when a query is run. Date tags make date fields easier to work with by saving you from having to perform calculations with the MongoDB Date() function. Studio 3T converts the date tags when the query is run into the appropriate MongoDB query, using greater than and […]
Posted on: 21/04/2022 (last updated: 27/02/2025) • Dj Walker-Morgan • 2 minutesData Compare and Sync
Data Compare and Sync shows the differences between any two MongoDB collections side-by-side for an easier, more visual data comparison.
Posted on: 04/12/2020 (last updated: 17/10/2022) • Kathryn Vargas • 5 minutesHow to Find & Filter MongoDB Array Elements Using $elemMatch
Learn how to filter elements from arrays in MongoDB by using the $elemMatch operator alongside find(), $match, and the $project and $filter functions.
Posted on: 16/10/2020 (last updated: 13/03/2024) • Juan Roy Couto • 8 minutesQuery Manager
Query Manager keeps track of all your MongoDB queries in Studio 3T and allows you to organize your queries and scripts into folders. You can access Query Manager from the Collection Tab, IntelliShell, SQL Query, the Aggregation Editor, or the My resources sidebar. Displaying the Query Manager To display the Query Manager, click Load Query and […]
Posted on: 15/10/2020 (last updated: 13/02/2024) • Kirsty Burgess • 5 minutesHow to Query MongoDB Arrays Without Using the mongo Shell
In this tutorial, learn how to query MongoDB arrays and filter array string values using Studio 3T’s drag-and-drop Visual Query Builder.
Posted on: 14/08/2020 (last updated: 04/08/2021) • Robert Sheldon • 9 minutesThe quickest way to change a field type in MongoDB
Learn how to change a field type in MongoDB in a single document or across all documents in your collection.
Posted on: 10/06/2020 (last updated: 17/03/2025) • Kirsty Burgess • 2 minutesAggregation Editor
Take a look at how to build aggregation queries stage-by-stage with the Aggregation Editor, starting with this example that uses $match, $group and $sort.
Posted on: 02/06/2020 (last updated: 27/02/2025) • Kirsty Burgess • 10 minutes