Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
4.7.4
-
None
-
Target: Nokia N9 PR1.3, Qt 4.7.4 QtMobility.contacts 1.1
Development host OSX
Description
I am trying to filter a ContactModel using the contactdetail DisplayLabel
as below: However no contacts are returned.
//This one refuses to work!!!
filter: DetailFilter
I can filter using the contactdetail Name, as below:
//This one works
filter: DetailFilter
The contacts do have DisplayLabels, and I am able to sort using DisplayLabel
SortOrder
{ detail: ContactDetail.DisplayLabel field: DisplayLabel.Label direction:Qt.AscendingOrder blankPolicy: SortOrder.BlanksFirst }As this issue was encountered on QtMobility, I tried to reproduce it on Qt Contacts 5.0 / Sailfish OS. However on that platform I am not able to filter at all (yet), and have opened a separate issue: https://bugreports.qt-project.org/browse/QTBUG-35276