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

    Mar 5, 2021 · 'Or' statement in mongo-db compass Asked 4 years, 7 months ago Modified 4 years, 7 months ago Viewed 9k times

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

    Oct 30, 2010 · Now, there is always a chance (and in particular with a small data set like my sample) that rather than using an index, MongoDB will use a table scan, even for a potential …

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

    May 12, 2021 · MongoDB Compass : filter and query by date Asked 4 years, 5 months ago Modified 1 year, 10 months ago Viewed 9k times

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

    Sep 29, 2020 · 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 …

  5. MongoError: connect ECONNREFUSED 127.0.0.1:27017 - Stack …

    I'm using NodeJS wih MongoDB using mongodb package. When I run mongod command it works fine and gives "waiting for connection on port 27017". So, mongod seems to be …

  6. Export database from MongoDb atlas to the local machine …

    Jan 16, 2020 · 2 I wanted to export all the collections from my atlas to local database. After facing a lot of issues with mongodb compass and mongoshell I ended up using NOSQL booster for …

  7. 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 ago Modified 3 years ago Viewed …

  8. 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: { …

  9. MongoDB - installation error - mongodb setup wizard ended …

    Apr 8, 2018 · 8 For Windows 10, you will have to install MongoDB Compass separately. After install MongoDB, then download MongoDB Compass separately from here. For MongoDB …

  10. sql - How to query MongoDB with "like" - Stack Overflow

    Jul 22, 2010 · Note: MongoDB uses regular expressions (see docs) which are more powerful than "LIKE" in SQL. With regular expressions you can create any pattern that you imagine. For …