Is your feature request related to a problem? Please describe.
As for now, Lyra performs searches on individual tokens.
So for example, if I have the following documents:
"Hello everyone here. My name is Michele"
"Hello Michele"
When searching for the term "Hello Michele", there's still a chance to get the first document. We should take into account that we want to find the documents and tokens in a precise order
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As for now, Lyra performs searches on individual tokens.
So for example, if I have the following documents:
"Hello everyone here. My name is Michele""Hello Michele"When searching for the term
"Hello Michele", there's still a chance to get the first document. We should take into account that we want to find the documents and tokens in a precise orderThe text was updated successfully, but these errors were encountered: