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 NOT handling in event filter #69

Merged
merged 1 commit into from
Jul 13, 2023
Merged

Fix NOT handling in event filter #69

merged 1 commit into from
Jul 13, 2023

Conversation

dkumiszhan
Copy link
Collaborator

The existing implementation does not handle NOT query properly. It negates the whole query while we want to negate only the closest clause. This PR adjusts the logic to filter the closest clause. The first commit in this PR is copied from #64

@glaslos
Copy link
Member

glaslos commented Jul 11, 2023

You branched off my feature branch. Can you resolve the conflict?

@dkumiszhan
Copy link
Collaborator Author

Done

Copy link
Member

@glaslos glaslos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Nice work!

@glaslos glaslos merged commit 3c60392 into main Jul 13, 2023
2 checks passed
@glaslos glaslos deleted the feat/not-fix branch July 13, 2023 07:17
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

Successfully merging this pull request may close these issues.

None yet

2 participants