From 3e9a2fa5152278a853c003f9f27aca81c4049975 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 1 Dec 2019 15:12:40 +0100 Subject: [PATCH] enable fulltext --- config.jsonc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.jsonc b/config.jsonc index 42f8d0f..8336128 100644 --- a/config.jsonc +++ b/config.jsonc @@ -405,6 +405,13 @@ "autocomplete": true, "columnWidth": 128 }, + { + "id": "content", + "operator": "+", + "title": "Content", + "type": "fulltext", + "find": true + }, { "id": "created", "operator": "-",