Introduce a shotgun-approach related content index
Unfortunately it doesn't look like there's support for partial-text search
This commit is contained in:
parent
4dde3e4bb1
commit
332507ce8e
1 changed files with 14 additions and 0 deletions
14
config.yml
14
config.yml
|
@ -40,3 +40,17 @@ theme:
|
|||
- utils
|
||||
|
||||
assetDir: static/build/
|
||||
|
||||
related:
|
||||
threshold: 1
|
||||
includeNewer: true
|
||||
toLower: true
|
||||
indices:
|
||||
- name: tags
|
||||
weight: 1
|
||||
- name: keywords
|
||||
weight: 1
|
||||
- name: title
|
||||
weight: 1
|
||||
- name: subtitle
|
||||
weight: 1
|
||||
|
|
Loading…
Reference in a new issue