mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Removed filters from pages.
This commit is contained in:
parent
a026fc97fc
commit
358519dddd
4 changed files with 6 additions and 28 deletions
|
|
@ -58,7 +58,7 @@ async function relationalQuery(
|
|||
${filterQuery}
|
||||
group by 1
|
||||
order by 2 desc
|
||||
limit 200`,
|
||||
limit 100`,
|
||||
params,
|
||||
);
|
||||
}
|
||||
|
|
@ -93,7 +93,7 @@ async function clickhouseQuery(
|
|||
${filterQuery}
|
||||
group by x
|
||||
order by y desc
|
||||
limit 200`,
|
||||
limit 100`,
|
||||
params,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ async function relationalQuery(
|
|||
)
|
||||
group by 1
|
||||
order by 2 desc
|
||||
limit 200`,
|
||||
limit 100`,
|
||||
params,
|
||||
);
|
||||
}
|
||||
|
|
@ -70,7 +70,7 @@ async function clickhouseQuery(
|
|||
${filterQuery}
|
||||
group by x
|
||||
order by y desc
|
||||
limit 200`,
|
||||
limit 100`,
|
||||
params,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue