mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 14:47:14 +01:00
Support contains queries in overview page.
This commit is contained in:
commit
d945ed3a23
12 changed files with 75 additions and 105 deletions
|
|
@ -70,7 +70,6 @@ async function clickhouseQuery(
|
|||
offset: number = 0,
|
||||
): Promise<{ x: string; y: number }[]> {
|
||||
const { rawQuery, parseFilters } = clickhouse;
|
||||
|
||||
const { filterQuery, params } = await parseFilters(websiteId, {
|
||||
...filters,
|
||||
eventType: column === 'event_name' ? EVENT_TYPE.customEvent : EVENT_TYPE.pageView,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue