Let search field also look through the description

CURA-7122
This commit is contained in:
Jaime van Kessel 2020-06-29 13:11:07 +02:00
parent b63ac06e71
commit 70254e5585
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -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)
{