Skip to content

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.

3 participants