From 1ff67bd26e00a11aecc86eec41ff29a651fb2991 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 23 Mar 2017 17:15:58 +0100 Subject: [PATCH] Seems we'v ebroken the "pg" fts config, so disable temporarily --- tools/search/sql/functions.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/search/sql/functions.sql b/tools/search/sql/functions.sql index 6d8cb024..6572b960 100644 --- a/tools/search/sql/functions.sql +++ b/tools/search/sql/functions.sql @@ -106,4 +106,7 @@ BEGIN END; $$ LANGUAGE 'plpgsql'; -ALTER FUNCTION site_search(text, int, int, bool, text, boolean) SET default_text_search_config = 'public.pg'; +/* Seems broken, so stop doing this for now + * ALTER FUNCTION site_search(text, int, int, bool, text, boolean) SET default_text_search_config = 'public.pg'; + */ + -- 2.39.5