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.
-
qing commented
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
-
AdminMassimiliano (Admin, MongoDB) commented
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.