We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241f91e commit 8731459Copy full SHA for 8731459
lib/default-theme/SearchBox.vue
@@ -51,7 +51,7 @@ export default {
51
return
52
}
53
54
- const max = 5
+ const max = this.$site.themeConfig.searchBox.suggestionsMax || 5
55
const { pages } = this.$site
56
const localePath = this.$localePath
57
const matches = item => (
0 commit comments