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 03d7e77Copy full SHA for 03d7e77
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