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 f462b7f commit ffc617bCopy full SHA for ffc617b
plugins/plugin-flexsearch/src/node/flexsearchPlugin.ts
@@ -47,7 +47,6 @@ export const flexsearchPlugin = ({
47
hotKeys = ['s', '/'],
48
maxSuggestions = 5,
49
isSearchable = () => true,
50
- getExtraFields = () => [],
51
}: FlexsearchPluginOptions = {}): Plugin => ({
52
name: '@vuepress/plugin-flexsearch',
53
0 commit comments