We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getMissingResultsUrl
string
1 parent af5d0fc commit 379f163Copy full SHA for 379f163
packages/docsearch-react/src/DocSearch.tsx
@@ -42,7 +42,7 @@ export interface DocSearchProps {
42
initialQuery?: string;
43
navigator?: AutocompleteOptions<InternalDocSearchHit>['navigator'];
44
translations?: DocSearchTranslations;
45
- getMissingResultsUrl?: ({ query: string }) => string;
+ getMissingResultsUrl?: ({ query }: { query: string }) => string;
46
}
47
48
export function DocSearch(props: DocSearchProps) {
0 commit comments