mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Let search field also look through the description
CURA-7122
This commit is contained in:
parent
b63ac06e71
commit
70254e5585
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue