From 07c1b8e986ae249f0e89589a32e0657bea76f312 Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Mon, 14 Dec 2020 18:51:55 +0530 Subject: [PATCH] Fix: encode query --- 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 b3198ef5..e3fa6014 100644 --- a/src/components/SearchResults.vue +++ b/src/components/SearchResults.vue @@ -86,7 +86,7 @@ export default { "&id=" + encodeURIComponent(this.results.id) + "&q=" + - this.$route.params.search_query + encodeURIComponent(this.$route.params.search_query) ) .then(body => body.json()) .then(json => {