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(decide): is not operator matches non-existing persons #21576

Merged
merged 5 commits into from
Apr 17, 2024

Conversation

neilkakkar
Copy link
Collaborator

Problem

Same as #21275 - doing the same handling for 'is_not' operator as we did for 'is_not_set' . All negative conditions should implicitly handle non-existing persons.

I haven't extended this to not_icontains and not_regex because here I think the assumption is the value exists, just doesn't have the string we expect.

Changes

👉 Stay up-to-date with PostHog coding conventions for a smoother review.

Does this work well for both Cloud and self-hosted?

How did you test this code?

unit test

@neilkakkar neilkakkar requested a review from jurajmajerik April 16, 2024 13:55
@neilkakkar neilkakkar marked this pull request as ready for review April 16, 2024 13:55
@neilkakkar neilkakkar enabled auto-merge (squash) April 17, 2024 09:08
@neilkakkar neilkakkar merged commit bbd49aa into master Apr 17, 2024
97 checks passed
@neilkakkar neilkakkar deleted the fix-is-not-op branch April 17, 2024 09:18
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.

2 participants