From 332507ce8e011ad97712ac511cf3b0bd1c423b61 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 26 Jul 2020 22:03:52 +0100 Subject: [PATCH] Introduce a shotgun-approach related content index Unfortunately it doesn't look like there's support for partial-text search --- config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config.yml b/config.yml index a9ca86f..eabe507 100644 --- a/config.yml +++ b/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