-
-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to use the new "search" pipeline? #317
Comments
$set is also missing from aggregation stage Versions: |
please provide which mongodb version is being used @alexbjorlig you might need to wrap it in an @DilipCoder what do you mean that |
@hasezoey in our project we use |
@alexbjorlig i asked for the version of mongodb( and are you sure this is not an atlas-only feature? |
@hasezoey - I'm sorry. I don't have the |
@alexbjorlig that is just the default location, it might be globally installed when |
I have this issue running my tests. Error received is:
The query runs fine when running the application. Query is as follows:
|
Interestingly this is within my binaries folder:
so |
@alexfoxy when you mean system-installed binary, no this package dosnt without config for it, if you use the normal package the binary gets stored in if you want to use the system-binary, you need to set option PS: are you sure you want to use |
@hasezoey it's part of the Mongo Atlas search index feature: https://docs.atlas.mongodb.com/reference/atlas-search/tutorial/#run-your-first-atlas-search-query |
@hasezoey I'm also wondering now if this is unsupported then? For my tests I will have to think of a work around.. |
@alexfoxy from what it seems, it is an atlas-exclusive feature |
Since there is now a local version of atlas available, will you be updating |
@johnrb2 to my current knowledge, this "local atlas deployment" requires its own cli-tool and podman, which are requirements i would not like to currently add to MMS. PS: as this issue is old, and "local atlas deployment" will likely still evolve a bit (because it is in preview); see #849 instead |
I would love to use the new full-text search options when testing our application. When trying to do this with the mongodb-memory-server, we get the following error:
Would this somehow be possible - or do we have to give-up testing of full-text search?
Versions
mongo-memory-server
The text was updated successfully, but these errors were encountered: