Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

queryID is missing from response #626

Open
pikazlou opened this issue Apr 21, 2021 · 0 comments
Open

queryID is missing from response #626

pikazlou opened this issue Apr 21, 2021 · 0 comments

Comments

@pikazlou
Copy link
Contributor

  • Algolia Client Version: 1.39.1
  • Language Version:

Description

Algolia uses parameter clickAnalytics to return queryID in response.

Description of clickAnalytics: https://www.algolia.com/doc/api-reference/api-parameters/clickAnalytics/
Description of queryID in response: https://www.algolia.com/doc/api-reference/api-methods/search/#method-response-queryid

Unfortunately current version of SearchResult case class has no queryID field, thus it is ignored during response extraction.

Steps To Reproduce

Perform search request with clickAnalytics enabled:

Query(query = Some("text"), customParameters = Some(Map("clickAnalytics" -> "true")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant