We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 676c57c + 199243a commit 8f0e2ebCopy full SHA for 8f0e2eb
backend/airweave/analytics/search_analytics.py
@@ -32,6 +32,7 @@ def build_search_properties(
32
Dictionary of analytics properties
33
"""
34
properties = {
35
+ "query": query, # Full query text for PostHog history
36
"query_length": len(query),
37
"collection_slug": collection_slug,
38
"duration_ms": duration_ms,
@@ -71,6 +72,7 @@ def build_search_error_properties(
71
72
73
74
return {
75
76
"query_length": len(query) if query else 0,
77
78
0 commit comments