Skip to content

Commit

Permalink
feat(theme): add search insights boolean to algolia search (#2940)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylantientcheu committed Sep 13, 2023
1 parent 00ef2f1 commit 32aa2a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/docsearch.d.ts
Expand Up @@ -6,6 +6,7 @@ export interface DocSearchProps {
searchParameters?: SearchOptions
disableUserPersonalization?: boolean
initialQuery?: string
insights?: boolean
translations?: DocSearchTranslations
}

Expand Down

0 comments on commit 32aa2a7

Please sign in to comment.