Skip to content

Commit c946af1

Browse files
authored
fix: search volume health score (#3793)
Signed-off-by: Gašper Grom <gasper.grom@gmail.com>
1 parent cc44620 commit c946af1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/libs/tinybird/pipes/health_score_search_volume.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SQL >
66
WHERE
77
1 = 1
88
{% if defined(project) %}
9-
AND insightsProjectId = (SELECT insightsProjectId FROM segments_filtered)
9+
AND insightsProjectId IN (SELECT insightsProjectId FROM segments_filtered)
1010
{% if defined(startDate) %}
1111
AND dataTimestamp > parseDateTimeBestEffort(
1212
{{ DateTime(startDate, description="Filter after date", required=False) }}

0 commit comments

Comments
 (0)