rename url filter to url_path

This commit is contained in:
Francis Cao
2023-11-03 14:23:48 -07:00
parent 9cb6046844
commit 92f32ce7fa
6 changed files with 18 additions and 18 deletions

View File

@@ -45,7 +45,7 @@ export const SESSION_COLUMNS = [
];
export const FILTER_COLUMNS = {
url: 'url_path',
url_path: 'url_path',
referrer: 'referrer_domain',
title: 'page_title',
query: 'url_query',

View File

@@ -189,7 +189,7 @@ export interface QueryFilters {
timezone?: string;
unit?: string;
eventType?: number;
url?: string;
url_path?: string;
referrer?: string;
title?: string;
query?: string;