Logging User Search Queries with Sensitive Data
TLDR J asked for methods to log user search queries. Jason suggested instrumenting the frontend app but J preferred duplicating http requests due to sensitive data.
2
1
Sep 21, 2022 (15 months ago)
J
10:29 PMJason
10:30 PM1
J
10:39 PMJason
10:39 PM1
Typesense
Indexed 3015 threads (79% resolved)
Similar Threads
Typesense Query Suggestions Throttling Mechanism Discussion
Arad asked about potential abuse of Typesense's query suggestions feature. Jason explained how query uniqueness gets determined based on the `X-TYPESENSE-USER-ID` and `analytics-flush-interval`. It was mentioned creating two GitHub issues about implementing a request limit and ignoring certain search analytics.
Troubleshooting Typesense API Analytics Query Suggestions
Md was confused about implementing Typesense's Analytics Query Suggestions and experienced issues with collections returning no hits. Assistance from Kishore Nallan eventually led to the identification that analytics had to be enabled. They also discussed tracking duplicate and empty queries, resulting in Md creating a Github issue.
Implementing Query Suggestions with Typesense
arif sought advice on implementing query suggestions with Typesense without relying on user history. Kishore Nallan suggested awaiting an upcoming Typesense update allowing for aggregation of user queries.