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
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
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
The text was updated successfully, but these errors were encountered: