mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 09:05:36 +01:00
add back exclude domain logic
This commit is contained in:
parent
5299e9f579
commit
6d0ae13bc8
1 changed files with 2 additions and 1 deletions
|
|
@ -133,7 +133,8 @@ async function clickhouseQuery(
|
||||||
where website_id = {websiteId:UUID}
|
where website_id = {websiteId:UUID}
|
||||||
and created_at between {startDate:DateTime64} and {endDate:DateTime64}
|
and created_at between {startDate:DateTime64} and {endDate:DateTime64}
|
||||||
and event_type = {eventType:UInt32}
|
and event_type = {eventType:UInt32}
|
||||||
${filterQuery}
|
${excludeDomain}
|
||||||
|
${filterQuery}
|
||||||
${groupByQuery}) as g
|
${groupByQuery}) as g
|
||||||
group by x
|
group by x
|
||||||
order by y desc
|
order by y desc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue