mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Fix Title filters
This commit is contained in:
parent
9b349b53c4
commit
dcb9f69c43
3 changed files with 23 additions and 8 deletions
|
|
@ -16,7 +16,7 @@ export interface WebsitePageviewRequestQuery {
|
|||
timezone: string;
|
||||
url?: string;
|
||||
referrer?: string;
|
||||
pageTitle?: string;
|
||||
title?: string;
|
||||
os?: string;
|
||||
browser?: string;
|
||||
device?: string;
|
||||
|
|
@ -40,7 +40,7 @@ export default async (
|
|||
timezone,
|
||||
url,
|
||||
referrer,
|
||||
pageTitle,
|
||||
title,
|
||||
os,
|
||||
browser,
|
||||
device,
|
||||
|
|
@ -71,7 +71,7 @@ export default async (
|
|||
filters: {
|
||||
url,
|
||||
referrer,
|
||||
pageTitle,
|
||||
title,
|
||||
os,
|
||||
browser,
|
||||
device,
|
||||
|
|
@ -88,7 +88,7 @@ export default async (
|
|||
count: 'distinct website_event.',
|
||||
filters: {
|
||||
url,
|
||||
pageTitle,
|
||||
title,
|
||||
os,
|
||||
browser,
|
||||
device,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue