Skip to content

Commit 46d9d8f

Browse files
authoredSep 11, 2024··
feat(specs): add (optional) _automaticInsights to search result (#3688)
1 parent dc640b2 commit 46d9d8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎specs/common/schemas/SearchResponse.yml

+3
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ baseSearchResponse:
146146
type: string
147147
description: Unique identifier for the query. This is used for [click analytics](https://www.algolia.com/doc/guides/analytics/click-analytics/).
148148
example: 'a00dbc80a8d13c4565a442e7e2dca80a'
149+
_automaticInsights:
150+
type: boolean
151+
description: Whether automatic events collection is enabled for the application.
149152

150153
nbHits:
151154
type: integer

0 commit comments

Comments
 (0)
Please sign in to comment.