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

Mixed commas and ANDs should treat all as ANDs in the specified order #7

Open
trescube opened this issue Aug 17, 2022 · 0 comments
Open

Comments

@trescube
Copy link
Collaborator

trescube commented Aug 17, 2022

ANDs and commas should be treated identically and processed in progressing order.

example: alpha, beta AND gamma
expected: alpha AND beta AND gamma
actual: (alpha AND beta) OR ("AND" AND gamma)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant