Cannot select all Fields for Search in ListView

1
Hi all, I have a listview and enabled search for the entity PurchaseOrderHead. I can select several field (and associated fields from PurchaseOrderLine) to be included in the search. However, I cannot select all fields from PurchaseOrderHead. The missing fields are status (enumeration attribute) and duedate (date attribute). Second question: Is there a way to add search fields like the ones you can add to templateGides? Any suggestions? Would be appreciated
asked
1 answers
0

The search function for the list view is more or less a full text search on all attributes specified. Since enumerators and date fields require specific data ( I assume also float/currencty field won't work) you can't use those. If you need those field you have to resort to the datagrid/templategrid.

answered