Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Will Not Implement
Categories Compass
Created by Guest
Created on Jul 12, 2024

search index local compass 27017 port

Could build a new feature that search index could be used on localhost:27017? Now I have to use atlas deployment setup to build a new local database, which is unnecessary for my work.
  • Attach files
  • Guest
    Jul 20, 2024
    https://www.mongodb.com/docs/atlas/cli/current/atlas-cli-deploy-docker/, I following the link to run the docker, but what is next to do to build search index? compass still can't build search index
  • Guest
    Jul 15, 2024
    Compass can't create a Search index if Atlas Search is not running together with the core database. Using `atlas deployments setup` or alternatively running the new Docker image (https://www.mongodb.com/docs/atlas/cli/current/atlas-cli-deploy-docker/) that includes the database and Atlas Search is required if you need to work with Atlas Search locally.