@ -71,6 +71,7 @@ export default {
},
goToSearchPage() {
if (!this.keywords) return;
if (this.$route.name === 'search' && this.$route.query.keywords === this.keywords) return;
this.$router.push({
name: "search",
query: { keywords: this.keywords },