You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at this issue, I think it's a problem with Marqo-os kNN filtering having trouble parsing fields with spaces, or at least with escaping the space with a backslash.
Describe the bug
Tensor prefiltering not working for fields with spaces. When a filter is applied to a field with a space, no documents are retrieved.
To Reproduce
Steps to reproduce the behavior:
Doing a filtered lexical search works (document id: "honey_facts_119" is retrieved):
But doing a filtered tensor search doesn't (document id: "honey_facts_119" isn't retrieved):
Expected behavior
When a filter is applied to a field with a space, the documents should be retrieved, in the same way it is for lexical search
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: