pull/91/head
Akhil Gupta 4 years ago
parent 025e3c41a5
commit 6f005be80f

@ -244,7 +244,7 @@
var self = this; var self = this;
self.searching = true; self.searching = true;
axios axios
.get("/search?q=" + this.query+"&searchSource="+this.searchSource) .get(encodeURI("/search?q=" + this.query+"&searchSource="+this.searchSource))
.then(function (response) { .then(function (response) {
self.results = response.data; self.results = response.data;
}) })

Loading…
Cancel
Save