-
Notifications
You must be signed in to change notification settings - Fork 16
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
findOne filtering by $vector
returns no results
#516
Comments
@vkarpov15 Trying this out with
But I guess it is odd if we get no error or anything via JSON API. I will see how this case is currently handled (via ITs) and if no error, whether we could make it fail with expressive error message. |
Ok. No failure yet -- will add validation of filter, to give meaningful fail message on attempt to filter on |
…cept for $exists which is supported)
…except with $exists) (#519)
The following query returns no results:
But executing the following:
Returns:
Are you able to query by exact match for
$vector
?The text was updated successfully, but these errors were encountered: