From c5ef739139700a3151ac1a833ce8248d91a7c9a2 Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson Date: Sun, 7 Aug 2022 15:51:52 +0200 Subject: [PATCH] Fix to search.js. --- assets/js/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/search.js b/assets/js/search.js index 1aaa33a..e609fbe 100644 --- a/assets/js/search.js +++ b/assets/js/search.js @@ -16,7 +16,7 @@ import * as params from '@params'; id: 'id', index: ['title','tags','content','date'], store: ['title','summary','date','permalink'] - } + }, tokenize: 'forward' });