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
This commit is contained in:
parent
fa723ebc87
commit
c997549874
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue