From efaf216ceb2dd7806406f03afb59ca00177ea4c8 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 21 Nov 2023 20:07:36 +0000 Subject: [PATCH] add fulltext --- config.jsonc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.jsonc b/config.jsonc index bae8e79..5875088 100644 --- a/config.jsonc +++ b/config.jsonc @@ -302,6 +302,14 @@ "autocomplete": true, "columnWidth": 128 }, + { + "id": "fulltext", + "operator": "+", + "title": "Fulltext", + "type": "text", + "fulltext": true, + "find": true + }, { "id": "created", "operator": "-",