Browse Source

Merge pull request #7993 from Ultimaker/CURA-7122_Include_description_in_search_field

Let search field also look through the description
Nino van Hooff 4 years ago
parent
commit
7a37803ae4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Settings/SettingView.qml

+ 1 - 1
resources/qml/Settings/SettingView.qml

@@ -85,7 +85,7 @@ Item
 
             onEditingFinished:
             {
-                definitionsModel.filter = {"i18n_label": "*" + text}
+                definitionsModel.filter = {"i18n_label|i18n_description" : "*" + text}
                 findingSettings = (text.length > 0)
                 if (findingSettings != lastFindingSettings)
                 {