About 11,000,000 results
Open links in new tab
  1. mongodb - 'Or' statement in mongo-db compass - Stack Overflow

    Mar 5, 2021 · 2 In Mongodb compass. I want to search a collection for the word "LLC" in Both the ownerName and ownerStreet properties (I don't have a text index.) I started with :

  2. Connecting using MongoDB Compass - Stack Overflow

    Disconnect your GUI i.e. MongoDB Compass and restart and provide the User name and Password that you mention while installing MongoDB. Go to the Advanced Connection Options > Authentication …

  3. MongoDB Compass: How to select Distinct Values of a Field

    May 28, 2020 · I have a MongoDB database where each entry has a ' comment ' field. I'm using MongoDB Compass to connect to it, and trying to find all unique values of the ' comment ' field.

  4. MongoDB Compass : filter and query by date - Stack Overflow

    May 12, 2021 · MongoDB Compass : filter and query by date Asked 4 years, 8 months ago Modified 2 years ago Viewed 10k times

  5. How do you set up authentication in mongoDB compass? Every …

    Sep 30, 2022 · How do you set up authentication in mongoDB compass? Every solution uses the mongod terminal not the compass terminal Asked 3 years, 3 months ago Modified 3 years, 3 months …

  6. How to restore database using mongodb compass? - Stack Overflow

    Sep 29, 2020 · 6 I have a mongodb database in a dump folder which contain some bson and json files. I want to restore it using mongorestore, but I can't connect to the cluster through mongo shell. So I use …

  7. Searching by ObjectId on Mongo Compass - Stack Overflow

    How does one use Mongo Compass and search by ObjectID? I've been searching for the documentation for this but haven't been successful with anything. I have tried: { "_id" : "

  8. How do you query for "is not null" in Mongo? - Stack Overflow

    Nov 21, 2018 · 24 Sharing for future readers. This query worked for us (query executed from MongoDB compass):

  9. MongoDB Compass: select distinct field values - Stack Overflow

    Nov 1, 2019 · I am using MongoDB Compass and don't have Mongo Shell. I need to build a query using MongoDB Compass tool to select distinct values of the "genre" field from my collection.

  10. mongodb - MongoCompass query a GUID - Stack Overflow

    Jan 10, 2021 · I am having issues figuring out how to properly query a GUID in my mongo compass as it is saved as a Binary type even though reading the docs it says that the mongo UI should show …