From cbc00b73a04f12556d25b12d76ac351242e0d5aa Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Tue, 29 Aug 2023 21:57:14 +0200 Subject: [PATCH] Disable full-text index on server for now --- plugs/search/search.plug.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugs/search/search.plug.yaml b/plugs/search/search.plug.yaml index 50fd59d..a5b7701 100644 --- a/plugs/search/search.plug.yaml +++ b/plugs/search/search.plug.yaml @@ -2,6 +2,8 @@ name: search functions: indexPage: path: search.ts:indexPage + # Only enable in the client + env: client events: - page:index