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

chore: add search answer lookup test (wip) #2077

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

czosel
Copy link
Contributor

@czosel czosel commented Sep 27, 2023

No description provided.

@czosel czosel requested a review from winged September 27, 2023 07:40
# ("foo", "fo", "EXACT_WORD", 0),
# ("foo", "oo", "CONTAINS", 1),
# ("foo", "bar", "CONTAINS", 1),
("foo", '"fo', "STARTSWITH", 1),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is how it works now, but it's wrong. I think we'll need something like KeyTextTransform in the filter to correctly extract it. See the JSONValueFilter.filter() method to see an application of it

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

Successfully merging this pull request may close these issues.

2 participants