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

fix: allow Boolean filters such as "description includes abc" #2755

Merged
merged 3 commits into from Apr 7, 2024

Conversation

claremacrae
Copy link
Collaborator

Description

This fixes an unreported bug that whilst single-case Boolean filters like this worked:

(description includes abc)

ones like this did not:

"description includes abc"

When I fixed #1170, I only fixed it for (...) and not for "...".

Motivation and Context

How has this been tested?

  • Unit tests
  • Exploratory testing

Types of changes

Changes visible to users:

  • Bug fix (prefix: fix - non-breaking change which fixes an issue)

Internal changes:

  • Tests (prefix: test - additions and improvements to unit tests and the smoke tests)

Checklist

  • My code follows the code style of this project and passes yarn run lint.
  • My change has adequate Unit Test coverage.

Terms

@claremacrae claremacrae added the scope: query logic Boolean combinations of filters - and, or, not label Apr 7, 2024
@claremacrae claremacrae merged commit 73a0428 into main Apr 7, 2024
2 checks passed
@claremacrae claremacrae deleted the fix-one-double-quoted-boolean branch April 7, 2024 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: query logic Boolean combinations of filters - and, or, not
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant