Skip to content
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

Issue with types in multi field search for a document index #449

Open
kunal-singh opened this issue Aug 9, 2024 · 0 comments
Open

Issue with types in multi field search for a document index #449

kunal-singh opened this issue Aug 9, 2024 · 0 comments

Comments

@kunal-singh
Copy link

kunal-singh commented Aug 9, 2024

Description
When performing a search on multiple fields in a document index, where each field needs to be queried with a different phrase, the search function is not correctly typed. Though the returned results are just fine. I am using v0.7.43.

Code to Reproduce
I've reproduced it here

Additional Questions
Also I was wondering if there is a way to use the bool param properly here. As you can see in the example the bool "and" is not working as expected. For now I am manually doing an intersection of the results arrays but would like to know if there is a proper way of doing the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant