diff --git a/ext/js/display/search-display-controller.js b/ext/js/display/search-display-controller.js index c664fc849b..925f9e0533 100644 --- a/ext/js/display/search-display-controller.js +++ b/ext/js/display/search-display-controller.js @@ -295,7 +295,7 @@ export class SearchDisplayController { if (this._queryInput.value !== text) { this._queryInput.value = text; this._updateSearchHeight(true); - this._searchButton.click(); + this._search(true, 'new', true, null); } }