diff options
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 96e8165..27e1b13 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -61,11 +61,7 @@ defaultContentLanguage = 'en' # - In blog posts BookDateFormat = 'Jan 2, 2006' - # (Optional, default true) Enables search function with lunr.js, + # (Optional, default true) Enables search function with flexsearch, # Index is built on fly, therefore it might slowdown your website. BookSearch = true - # (Optional, default {}) Search config for flexsearch index. - # Read documentation at https://github.com/nextapps-de/flexsearch#usage. By default 'balance' preset is used. - # This option allows to set specific configs for languages support. Must be valid JavaScript object. - BookSearchConfig = '{ cache: true }' |