Refactored query parameter handling.
This commit is contained in:
@@ -50,8 +50,11 @@ export const FILTER_COLUMNS = {
|
||||
query: 'url_query',
|
||||
event: 'event_name',
|
||||
region: 'subdivision1',
|
||||
type: 'event_type',
|
||||
};
|
||||
|
||||
export const IGNORED_FILTERS = ['startDate', 'endDate', 'timezone', 'unit', 'eventType'];
|
||||
|
||||
export const COLLECTION_TYPE = {
|
||||
event: 'event',
|
||||
identify: 'identify',
|
||||
|
||||
Reference in New Issue
Block a user