mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
Update to insights query.
This commit is contained in:
parent
91d2b596d6
commit
5e1111db5d
5 changed files with 54 additions and 43 deletions
|
|
@ -53,7 +53,16 @@ export const FILTER_COLUMNS = {
|
|||
eventName: 'event_name',
|
||||
};
|
||||
|
||||
export const IGNORED_FILTERS = ['startDate', 'endDate', 'timezone', 'unit'];
|
||||
export const IGNORED_FILTERS = [
|
||||
'startDate',
|
||||
'endDate',
|
||||
'timezone',
|
||||
'unit',
|
||||
'eventType',
|
||||
'fields',
|
||||
'filters',
|
||||
'groups',
|
||||
];
|
||||
|
||||
export const COLLECTION_TYPE = {
|
||||
event: 'event',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue