Skip to content

Commit 32aa2a7

Browse files
authoredSep 13, 2023
feat(theme): add search insights boolean to algolia search (#2940)
1 parent 00ef2f1 commit 32aa2a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎types/docsearch.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export interface DocSearchProps {
66
searchParameters?: SearchOptions
77
disableUserPersonalization?: boolean
88
initialQuery?: string
9+
insights?: boolean
910
translations?: DocSearchTranslations
1011
}
1112

0 commit comments

Comments
 (0)
Please sign in to comment.