GNOME Bugzilla – Bug 784357
keyboard: Follow the usual search pattern for filtering
Last modified: 2017-06-30 00:38:12 UTC
See patch.
Created attachment 354701 [details] [review] keyboard: Follow the usual search pattern for filtering Filtering on the name currently only matches the string as a whole, not individual words as expected, for instance "home fo" and "ho fo" should both match "Home Folder".
Review of attachment 354701 [details] [review]: One small nit. Otherwise, look good. ::: panels/keyboard/cc-keyboard-panel.c @@ +568,3 @@ + if (!retval) + break; + } Nitpick: I'd be more comfortable in using an integer index.
Created attachment 354717 [details] [review] keyboard: Follow the usual search pattern for filtering Use an integer index rather than implicit pointer maths.
Attachment 354717 [details] pushed as 3910b4a - keyboard: Follow the usual search pattern for filtering