Dev (#2537)
* 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
bff9b7fb93
commit
b5e8e86f23
1 changed files with 1 additions and 2 deletions
|
|
@ -78,7 +78,6 @@ def get_by_url(project_id, data: schemas.GetHeatMapPayloadSchema):
|
|||
logger.debug("---------")
|
||||
try:
|
||||
rows = cur.execute(query)
|
||||
|
||||
except Exception as err:
|
||||
logger.warning("--------- HEATMAP 2 SEARCH QUERY EXCEPTION CH -----------")
|
||||
logger.warning(query)
|
||||
|
|
@ -270,7 +269,7 @@ if not config("EXP_SESSIONS_SEARCH", cast=bool, default=False):
|
|||
message_id,
|
||||
timestamp,
|
||||
host,
|
||||
path
|
||||
path,
|
||||
path AS value,
|
||||
path AS url,
|
||||
'LOCATION' AS type
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue