-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BUG] _type
value in field
of exists
query returns all records
#2989
Comments
_type
value in field
of exists
query _type
value in field
of exists
query returns all records
A straightforward fix is to have check on This will not be a good solution as it introduces explicit check for |
We need to remove |
Should this issue still be open? It looks like this was merged #3016 |
Closing this issue as bug is fixed. There is some clean up work pending related with removing |
Describe the bug
_type
value forfield
in exists query fetches records but posttype
removal in #1940,_type
should be considered as a random value and shouldn't return any record.To Reproduce
Request
Response
Expected behavior
_type
field handled as any other random field and should return empty response.The text was updated successfully, but these errors were encountered: