summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-11-14 00:23:01 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-11-16 20:35:23 +0100
commit13584878c23146c7093c8d1b9150ff9a98d28c8b (patch)
treecc3aabd06040a8879a27881e62afa3ec52e85392 /README.md
parent7b52bf423214194ab39392db6e9bc2de9d36a02d (diff)
Polish multilang mode, update docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 30d4274..babb1a2 100644
--- a/README.md
+++ b/README.md
@@ -160,14 +160,9 @@ disableKinds = ['taxonomy', 'taxonomyTerm']
# - 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 none) 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 }'
```
### Page Configuration