From 1e58345e1272fb3440ef36617f4ef68f72529529 Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Fri, 7 Jan 2022 17:20:23 +0100 Subject: [PATCH] fulltext search no longer default --- src/components/DictionaryView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index 302b7d4b..6a00c1ab 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -287,7 +287,7 @@ export default { monthly_bm: null, monthly_nn: null, event: null, - scope: "wbx", + scope: "wb", pos_selected: "ALL", article_info: null, page: 1, -- GitLab