phileas icon indicating copy to clipboard operation
phileas copied to clipboard

Add OR boolean operator to grammar

Open jzonthemtn opened this issue 10 months ago • 0 comments

Add OR boolean operator to grammar.

Currently, OR can be accomplished to some degree by using multiple filter strategies.

It would be ideal to allow expressions like:

context == 'test' and confidence > 1.0 or token == 'asdf'

jzonthemtn avatar Apr 03 '24 17:04 jzonthemtn