WARNING
Never choose a keyword modifier name that is the same as an alias...
i could not launch any results when :
- my startup "dosearch command" was called "startup"
- the keyword modifier of my two folders was "startup"
i guess in
Startup $$1 | dosearch +startup +. -alias $$1
the +startup is ambiguous, is it the alias ? the folders ? i guess this is what's going wrong
anyway, i changed the keyword modifier for the two folders to folder_startup
(i do remember i had the same pb, that's why i always use the prefix "folder_" for my folder keyword modifiers...)
and now it works...
Startup $$1 | dosearch +folder_startup +. -alias $$1
I suggest that you encourage people to prefix the folder keyword modifiers when used in dosearch command (since the length of the variables are not big deal... only entered once...)
I'm afraid it is the same with action keywords (which i prefix with open_)
Cheers, Nitrix