The new settings UI is backed by an EditorModel and ITextModel even though there is no text editor involved. Currently local settings search goes through the AbstractSettingsModel, only for searching in values. But we can search values the same way that the other setting fields are searched.
Not causing a specific problem, but also not "right".