mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:39:04 +08: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
@ -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…
x
Reference in New Issue
Block a user