diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue
index 5a757e9fdd54ceac1c23089f4eb1914e8e1ebb0f..a502ba8c6b54d26b909812a421457ac2d422fdcb 100644
--- a/src/components/DictionaryView.vue
+++ b/src/components/DictionaryView.vue
@@ -238,7 +238,7 @@ export default {
     select_result: function (event) {
         this.event = event
         if (event.match) {
-            let route = `/${this.lang}/search/${event.match}`
+            let route = `/${this.lang}/w/${event.match}`
             this.$router.push(route)
             navigate_to_word(this)
         } else {