Skip to content
Snippets Groups Projects
Commit 43da03ec authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Merge branch 'dev' into 'prod'

release jan 2022

See merge request spraksamlingane/beta.ordbok.uib.no!109
parents cb49a0b0 08d279c5
No related branches found
No related tags found
No related merge requests found
...@@ -644,6 +644,7 @@ export default { ...@@ -644,6 +644,7 @@ export default {
if (this.$route.query.q && this.scope.includes("f")) { if (this.$route.query.q && this.scope.includes("f")) {
let q = this.$route.query.q let q = this.$route.query.q
q = q.replace("*", "[^\\s]*") q = q.replace("*", "[^\\s]*")
q = q.replace("%", "[^\\s]*")
q = q.replace("_", "[^\\s]") q = q.replace("_", "[^\\s]")
this.$store.commit('setFulltextHighlight', q) this.$store.commit('setFulltextHighlight', q)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment