You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to filter session replays by specific events and match logic is set to AND I see results like if those filters applied with OR logic, so I see events that contains the first event or the second event, but I would expect that I should see the only records which includes both events at the same time, so logic operator AND.
On this screenshot you can see results when both event are specified as filters:
Then I removed the second filter and my results got shrunk to just 1 session:
Expect results that adding of new filtering rule will shrunk number of results and
removing of filtering rule should increase number of results.
We actually checked results, and can confirm, that returned sessions do not contain targeted event (except for 1 of course).
If you are on PostHog Cloud it would be really valuable if you can share any links where the problem occurs. This speeds up our ability to troubleshoot tremendously.
I have this PR which is changing some of the query code here and the tests already forced me to account for the AND/OR of some things so I'm surprised this isn't covered
I'll get that PR in since I'd have to make a fix to filtering in two places otherwise and then look at this
Bug Description
Bug description
When I try to filter session replays by specific events and match logic is set to
AND
I see results like if those filters applied withOR
logic, so I see events that contains the first event or the second event, but I would expect that I should see the only records which includes both events at the same time, so logic operatorAND
.On this screenshot you can see results when both event are specified as filters:
Then I removed the second filter and my results got shrunk to just 1 session:
Expect results that adding of new filtering rule will shrunk number of results and
removing of filtering rule should increase number of results.
We actually checked results, and can confirm, that returned sessions do not contain targeted event (except for 1 of course).
If you are on PostHog Cloud it would be really valuable if you can share any links where the problem occurs. This speeds up our ability to troubleshoot tremendously.
session replays
How to reproduce
AND
;Additional context
Debug info
The text was updated successfully, but these errors were encountered: