Skip to content

Commit

Permalink
fix(specs): add queryID to search response (#2801)
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam authored Feb 29, 2024
1 parent b12d41a commit a138c2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion specs/search/common/schemas/SearchResponse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,12 @@ baseSearchResponse:
type: string
description: Host name of the server that processed the request.
example: 'c2-uk-3.algolia.net'
userData:
userData:
$ref: '../../../common/schemas/IndexSettings.yml#/userData'
queryID:
type: string
description: Unique identifier for the query. This is used for [click analytics](https://www.algolia.com/doc/guides/analytics/click-analytics/).
example: 'a00dbc80a8d13c4565a442e7e2dca80a'

nbHits:
type: integer
Expand Down

0 comments on commit a138c2f

Please sign in to comment.