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