Skip to content

shell: Display search results for multiple query words

Felipe Borges requested to merge wip/improve-search into main

Before, queries like "remote desktop" were going through g_strstrip() and turning alternative matches to "remote" or "desktop" unreachable.

See #2763


We still need to do a better job at adding keywords to the panels, as suggested in the linked issue.

I'm also working on making panel subpages reachable by search .

P.S.: These changes are small enough that they could go in gnome-45 too.

Merge request reports