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

Logical Conditions on Highlight Filters #128

Open
dpalamuri opened this issue Dec 29, 2023 · 1 comment
Open

Logical Conditions on Highlight Filters #128

dpalamuri opened this issue Dec 29, 2023 · 1 comment

Comments

@dpalamuri
Copy link

I would like to apply AND condition on Highlight Filters would that be possible?

Scenario: I want to apply following filters on Highlight at the same time and get the results when both of those conditions are satisfied.

Filter1:

Match Field: Key
Math Type: Regex
Search Text: (begin|end)-protocol.query

Filter2:

Match Field: Value
Match Type: Contains
Search Text: query-category: Data

@terencesoh
Copy link
Contributor

There is currently no AND conditions or combined filters feature for search and highlighting. Often times, this limitation can be addressed or workaround with regex though. In this case, you could use one filter like this:

Match Field: Value
Math Type: Regex
Search Text: query-category: Data.*name: protocol.query

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

No branches or pull requests

3 participants