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.
1 parent e313a27 commit d355d8fCopy full SHA for d355d8f
types/default-theme.d.ts
@@ -417,14 +417,14 @@ export namespace DefaultTheme {
417
418
miniSearch?: {
419
/**
420
- * @see https://lucaong.github.io/minisearch/modules/_minisearch_.html#options
+ * @see https://lucaong.github.io/minisearch/types/MiniSearch.Options.html
421
*/
422
options?: Pick<
423
MiniSearchOptions,
424
'extractField' | 'tokenize' | 'processTerm'
425
>
426
427
- * @see https://lucaong.github.io/minisearch/modules/_minisearch_.html#searchoptions-1
+ * @see https://lucaong.github.io/minisearch/types/MiniSearch.SearchOptions.html
428
429
searchOptions?: MiniSearchOptions['searchOptions']
430
0 commit comments