boolean-parser-js icon indicating copy to clipboard operation
boolean-parser-js copied to clipboard

Allow default split term. Such as AND or OR, so you don't have to enter it each time.

Open riichard opened this issue 10 years ago • 0 comments

For instance, when setting the defaultSplitTerm to AND, you can reduce the following query in length:

a AND b AND c

Becomes:

a b c 

This makes it significantly easy to create long query patterns. When using OR for instance:

danger AND (apple samsung google intel)

riichard avatar Nov 27 '15 08:11 riichard