PostHog / posthog

🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
https://posthog.com
Other
21.45k stars 1.28k forks source link

Live events view property filters are not returning what is expected #14005

Open fuziontech opened 1 year ago

fuziontech commented 1 year ago

Bug description

From user reports:

internal discussion: https://posthog.slack.com/archives/C045L1VEG87/p1675102705489959

Basically it seems that some property fields that are passed to /query and to /api/events are not getting correctly filtered on causing some confusion with users. I've reproduced this with postman against both endpoints - both result sets are not what you would expect.

Creating this ticket for tracking 🧾

mariusandra commented 1 year ago

Here's one fix: https://github.com/PostHog/posthog/pull/14009