mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 01:25:37 +01:00
Updated filtering logic.
This commit is contained in:
parent
112005212e
commit
9d86385f5c
8 changed files with 23 additions and 31 deletions
|
|
@ -48,23 +48,16 @@ export const FILTER_COLUMNS = {
|
|||
referrer: 'referrer_domain',
|
||||
title: 'page_title',
|
||||
query: 'url_query',
|
||||
os: 'os',
|
||||
browser: 'browser',
|
||||
device: 'device',
|
||||
country: 'country',
|
||||
region: 'subdivision1',
|
||||
eventType: 'event_type',
|
||||
eventName: 'event_name',
|
||||
city: 'city',
|
||||
language: 'language',
|
||||
event: 'event_name',
|
||||
};
|
||||
|
||||
export const IGNORED_FILTERS = [
|
||||
'startDate',
|
||||
'endDate',
|
||||
'timezone',
|
||||
'unit',
|
||||
'eventType',
|
||||
'fields',
|
||||
'filters',
|
||||
'groups',
|
||||
];
|
||||
|
||||
export const COLLECTION_TYPE = {
|
||||
event: 'event',
|
||||
identify: 'identify',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue