From c99754987477fcad2a3009085dbb45c14d885468 Mon Sep 17 00:00:00 2001 From: Kraiem Taha Yassine Date: Tue, 19 Nov 2024 10:50:53 +0100 Subject: [PATCH] Dev (#2759) * fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * feat(chalice): autocomplete return top 10 with stats * fix(chalice): fixed autocomplete top 10 meta-filters * fix(chalice): fixed EE heatmaps --- ee/api/chalicelib/core/heatmaps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/api/chalicelib/core/heatmaps.py b/ee/api/chalicelib/core/heatmaps.py index ce483a172..35ac03751 100644 --- a/ee/api/chalicelib/core/heatmaps.py +++ b/ee/api/chalicelib/core/heatmaps.py @@ -422,7 +422,7 @@ else: if url is None or len(url) == 0: return None - return url[0]["path"] + return url[0]["url_path"] def search_short_session(data: schemas.HeatMapSessionsSearch, project_id, user_id,