profiler icon indicating copy to clipboard operation
profiler copied to clipboard

Add a way to do logical AND/OR in search filters

Open canova opened this issue 1 year ago • 0 comments

Currently marker and sample search filters have a comma separated list, and we do "logical OR" with this list. But doing logical AND operation is sometimes needed, so we should support this as well.

Looking other searching systems like GitHub, they do logical AND with space and they have an additional way to do logical OR operation with comma like this.

┆Issue is synchronized with this Jira Task

canova avatar Aug 01 '24 13:08 canova