From eb7dda87cb698b926ec71f3064d2846fc38e5c7d Mon Sep 17 00:00:00 2001 From: root Date: Mon, 25 Jul 2022 04:04:16 +0530 Subject: [PATCH] Fix infinite scroll on the search results page --- src/routes/SearchResults.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/SearchResults.vue b/src/routes/SearchResults.vue index 711448d..5276dff 100644 --- a/src/routes/SearchResults.vue +++ b/src/routes/SearchResults.vue @@ -142,7 +142,7 @@ export default { params: { nextpage: this.results.nextpage, q: this.$route.query.search_query, - filter: this.selectedFilter + filter: this.filterValue } }).then(json => { this.results.nextpage = json.nextpage