leo-buneev / vuepress-plugin-fulltext-search

Adds full-text search capabilities to your vuepress site with a help of flexsearch library.
MIT License
93 stars 23 forks source link

Option to control default max number of returned search results #28

Closed hamishwillee closed 3 years ago

hamishwillee commented 3 years ago

The default search system supplies 5 results by default. I actually prefer the way you do this, but I think people would prefer this configurable.

Personally I'd prefer 10, with a link to launch page with all results if there are more :-)

echojoshchen commented 3 years ago

@hamishwillee It's not documented, but I found that you can use the built-in Vuepress setting searchMaxSuggestions in the theme config:

https://vuepress.vuejs.org/theme/default-theme-config.html#built-in-search

hamishwillee commented 3 years ago

Thanks @echojoshchen !