Quote:
Originally Posted by nqk
I have problems with custom columns:
Type: Comma Separated Text, like tags, shown in tag browser. Contain names.
Issues: It doesn't appear in Filter List. It appears in Sort List but returns blank pages.
|
For filtering I have to custom-create the ui and logic for every datatype to support it. Currently the supported types are numbers (int, float), yes/no values (boolean), dates (datetime) and ratings. The columns selectable for filtering are trimmed down to that set so this type of column will not be shown for filtering.
Sorting needs columns that lend themselves to easy coparison (larger/smaller value) or some custom logic if I can think of a sensible way to do it.
I will make sure these columns do not show up in the sort dialog until I have found a sensible solution for sorting them.
Also I will look into adding logic and ui elements to allow filtering for these columns. both of those things will take a couple of days though (especially actually supporting these columns) as I will be on a trip to bavaria for the next couple of days.