feat(theme): add search insights boolean to algolia search (#2940)

pull/2956/head
Dylan Tientcheu 1 year ago committed by GitHub
parent 00ef2f1db0
commit 32aa2a7d17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,6 +6,7 @@ export interface DocSearchProps {
searchParameters?: SearchOptions
disableUserPersonalization?: boolean
initialQuery?: string
insights?: boolean
translations?: DocSearchTranslations
}

Loading…
Cancel
Save