From 5b791d2ae0d0614dd698f9e5d375df369251f6d5 Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Wed, 5 Jan 2022 12:29:57 +0100 Subject: [PATCH] fulltext search by 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 d0ad9401..507c4090 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -265,7 +265,7 @@ export default { monthly_bm: null, monthly_nn: null, event: null, - scope: "wb", + scope: "wbx", pos_selected: "ALL", article_info: null, page: 1, -- GitLab