Added wildcard to filtering

CURA-1278
This commit is contained in:
Jaime van Kessel 2016-05-25 11:28:58 +02:00
parent 5f54d611cf
commit 81cdb3fd8c

View File

@ -153,7 +153,7 @@ Item {
{
if(text != "")
{
listview.model.filter.label = {"global_only": false, "label": text}
listview.model.filter = {"global_only": false, "label": "*" + text}
}
else
{