add onboarding and reports improvements

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-02-26 10:19:38 +01:00
parent 15388882be
commit 94a0ac7bd0
33 changed files with 1204 additions and 73 deletions

View File

@@ -113,6 +113,8 @@ export function getEventFiltersWhereClause(
const id = `f${index}`;
const { name, value, operator } = filter;
if (value.length === 0) return;
if (name.startsWith('properties.')) {
const whereFrom = `mapValues(mapExtractKeyLike(properties, '${name
.replace(/^properties\./, '')