From aee8424908d9726073411da9fab2b0bb0fbe7de7 Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Sat, 2 Jan 2021 22:22:28 +0530 Subject: [PATCH] search: fix fetch URL. --- src/components/SearchResults.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SearchResults.vue b/src/components/SearchResults.vue index e3fa6014..cf407410 100644 --- a/src/components/SearchResults.vue +++ b/src/components/SearchResults.vue @@ -86,7 +86,7 @@ export default { "&id=" + encodeURIComponent(this.results.id) + "&q=" + - encodeURIComponent(this.$route.params.search_query) + encodeURIComponent(this.$route.query.search_query) ) .then(body => body.json()) .then(json => {