Code: Select all
add-col:c c:=if($daterun:,$daterun:,$datemodified:)Couldnt find a setting in the ini file.
Defining it at autoconf doesnt seem to work
/search command works, but I would rather the search field to be empty, also I columnC needs to be my sort column
Seems like there should be way I am somehow missing.
===========================
Parenthetically, I dont quite understand (surprised actually) how Everything does fast sort on compound columns like that. Ok both fields are indexed, a mergejoin is possible walking through the indexed fields, but Everything is also quite fast in a column like this add-col:c c:=eval($daterun:*$datemodified:) What sorcery is this?
If I do the same in a custom property, unsurprisingly querying is very slow unless I index it first.