Code: Select all
Filtername = Startwith
Search = startwith:query:
Macro = dummy<query>
1.4 debug log:
search 'startwith:n otepad' filter '' sort 19
1346a (happens to be the most recent portable version on my system):
search 'startwith:n otepad' filter '' sort 5 ascending 0
1373a:
search 'startwith:&PARAMSTART:n otepad&PARAMEND:' filter '' sort 0 ascending 1
1373a no longer produces results (no "notepad.exe"). This breaks a couple of filters here.
I dont mind switching to the new syntax (using $param: in the filter search), but I'm missing an easy way to still be able to use something like "$PARAM1:"and "$PARAM2:" (or "$PARAM3*" to indicate the remaining paramters).
($PARAM1 etc is just an example to show what I mean; hard to explain otherwise)
BTW: As expected, using the macro ("dummy:n otepad") still works in all cases.