-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
geoNear
and $vectorSearch
not yet supported
#354
Comments
Hi $geoNear is supported (GeoNear class), vector search it is not. |
Correct, the DocumentDB and MomgoDB syntaxes are slightly different... Maybe Amazon added vector search first, then Mongo went with a different syntax. I would assume the syntax will converge over time? |
I really don't know ... |
Hi, I have released in alpha version a new package for helping the creation of the query and update documents. The name of the package is |
@giorgiofran thanks, this is super awesome, and thanks for letting me know. However, I pivoted away from using Mongodb because I switched to using Serverpod for the backend, and Serverpod uses Postgres for its ORM. |
I need to be able to query geo points using
$geoNear
(with a2dsphere
index), and vector data using$vectorSearch
. These don't seem to be supported yet inmongo_dart
. Is there a way to perform these search types manually, or would support for these have to be added tomongo_dart
?$geoNear
:$vectorSearch
:The text was updated successfully, but these errors were encountered: