diff --git a/js/misc/systemActions.js b/js/misc/systemActions.js index e3b910a58..4c2f3a290 100644 --- a/js/misc/systemActions.js +++ b/js/misc/systemActions.js @@ -266,7 +266,8 @@ const SystemActions = GObject.registerClass({ getMatchingActions(terms) { // terms is a list of strings - terms = terms.map(term => GLib.str_tokenize_and_fold(term, null)[0]); + terms = terms.map( + term => GLib.str_tokenize_and_fold(term, null)[0]).flat(2); let results = [];