1
Fork 0

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:
Jake Howard 2020-07-26 22:03:52 +01:00
parent 4dde3e4bb1
commit 332507ce8e
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -40,3 +40,17 @@ theme:
- utils - utils
assetDir: static/build/ 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