mirror of
https://github.com/plausible/analytics.git
synced 2024-11-24 04:32:57 +03:00
Fix bug when filtering for goal and session prop
This commit is contained in:
parent
65befd751a
commit
039480a0d1
@ -697,7 +697,7 @@ defmodule Plausible.Stats.Clickhouse do
|
||||
none =
|
||||
ClickhouseRepo.all(
|
||||
from e in base_query_w_sessions(site, query),
|
||||
where: fragment("not has(meta.key, ?)", ^key),
|
||||
where: fragment("not has(?.key, ?)", e.meta, ^key),
|
||||
select: %{
|
||||
name: "(none)",
|
||||
count: fragment("uniq(?) as count", e.user_id),
|
||||
|
Loading…
Reference in New Issue
Block a user