mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Merge pull request #7993 from Ultimaker/CURA-7122_Include_description_in_search_field
Let search field also look through the description
This commit is contained in:
commit
7a37803ae4
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