applets/clipboard: Use FullTextRole in SortFilterModel

The SortFilterModel filterRole is onlyused for searching. It should be
able to search from the full text.
wilder-5.25
Fushan Wen 4 years ago
parent 8f06a8a528
commit 3bb3fed720
No known key found for this signature in database
GPG Key ID: 2E48D1487C91DCAA
  1. 2
      applets/clipboard/contents/ui/ClipboardPage.qml

@ -156,7 +156,7 @@ Menu {
model: PlasmaCore.SortFilterModel {
sourceModel: clipboardSource.models.clipboard
filterRole: "DisplayRole"
filterRole: "FullTextRole"
filterRegExp: filter.text
}
supportsBarcodes: {

Loading…
Cancel
Save