PostHog / plugin-server

Service to process and save PostHog events, supporting JS/TS plugins at that
https://posthog.com
8 stars 5 forks source link

Adjust selector matching for property values being in an array #589

Closed Twixes closed 3 years ago

Twixes commented 3 years ago

Changes

Fixes https://github.com/PostHog/plugin-server/issues/566 for good. Property filters save values into an array these days, which was accounted for in other matching paths, but not in selector matching.

Checklist