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

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

Open
riichard opened this issue Nov 27, 2015 · 0 comments

Comments

@riichard
Copy link
Owner

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)
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

1 participant