Merge branch 'dev' of https://github.com/umami-software/umami into dev
This commit is contained in:
@@ -34,7 +34,7 @@ export const EVENT_COLUMNS = [
|
||||
'entry',
|
||||
'exit',
|
||||
'referrer',
|
||||
'grouped',
|
||||
'domain',
|
||||
'title',
|
||||
'query',
|
||||
'event',
|
||||
@@ -63,7 +63,7 @@ export const FILTER_COLUMNS = {
|
||||
entry: 'url_path',
|
||||
exit: 'url_path',
|
||||
referrer: 'referrer_domain',
|
||||
grouped: 'referrer_domain',
|
||||
domain: 'referrer_domain',
|
||||
hostname: 'hostname',
|
||||
title: 'page_title',
|
||||
query: 'url_query',
|
||||
|
||||
@@ -136,5 +136,6 @@ export async function getQueryFilters(
|
||||
orderBy: params?.orderBy,
|
||||
sortDescending: params?.sortDescending,
|
||||
search: params?.search,
|
||||
compare: params?.compare,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user