Trying to apply an exact match or tag would previously redirect to /search, regardless of the installation path.
updateSearch(e) {
e.preventDefault();
updateSearch(e) {
e.preventDefault();
- window.location = '/search?term=' + encodeURIComponent(this.termString);
+ window.location = window.baseUrl('/search?term=' + encodeURIComponent(this.termString));
},
enableDate(optionName) {
},
enableDate(optionName) {
module.exports = {
data, computed, methods, created
module.exports = {
data, computed, methods, created
-};
\ No newline at end of file