summaryrefslogtreecommitdiff
path: root/overrides/endless_private/search_box.js
diff options
context:
space:
mode:
Diffstat (limited to 'overrides/endless_private/search_box.js')
-rw-r--r--overrides/endless_private/search_box.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/overrides/endless_private/search_box.js b/overrides/endless_private/search_box.js
index 6ef846a..680c8b8 100644
--- a/overrides/endless_private/search_box.js
+++ b/overrides/endless_private/search_box.js
@@ -53,6 +53,7 @@ const SearchBox = new Lang.Class({
cells[0].xpad = CELL_PADDING_X;
cells[0].ypad = CELL_PADDING_Y;
+ this._auto_complete.set_match_func(function () { return true; });
this.completion = this._auto_complete;
this.connect('icon-press', Lang.bind(this, function () {