add back exclude domain logic

This commit is contained in:
Francis Cao 2024-07-22 22:13:04 -07:00
parent 5299e9f579
commit 6d0ae13bc8

View File

@ -133,7 +133,8 @@ async function clickhouseQuery(
where website_id = {websiteId:UUID}
and created_at between {startDate:DateTime64} and {endDate:DateTime64}
and event_type = {eventType:UInt32}
${filterQuery}
${excludeDomain}
${filterQuery}
${groupByQuery}) as g
group by x
order by y desc