From 08d279c5871fcabd3458da9d90c88c199ceea705 Mon Sep 17 00:00:00 2001 From: "Henrik.Askjer" <henrik.askjer@uib.no> Date: Mon, 24 Jan 2022 18:06:06 +0000 Subject: [PATCH] release jan 2022 --- src/components/DictionaryView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index 2715a626..b5fce645 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -644,6 +644,7 @@ export default { if (this.$route.query.q && this.scope.includes("f")) { let q = this.$route.query.q q = q.replace("*", "[^\\s]*") + q = q.replace("%", "[^\\s]*") q = q.replace("_", "[^\\s]") this.$store.commit('setFulltextHighlight', q) } -- GitLab