Multi Commander > Support and Feedback

immediate searching with saved parameters (not using the F keys)

(1/2) > >>

multicart:
Hi,

I saw that I can save a search (F3) and even put it on the F keys in order to quickly search with the saved parameters again.
However, I rather would like to have a quick list of my saved searches that I can quickly choose from, so that with one (or max two) click(s) the chosen search is executed.

I also found the custom command MC.FileSearch (http://multicommander.com/Docs/customcommands_list#mc.filesearch.search). This is nice too. But it seems to only open the search UI dialog with predefined parameters.
(Besides, the values for PANEL: LEFT, RIGHT, ACTIVE, INACTIVE I do not see them reflected in the search UI dialog.)

I am just wondering, is there no way to just load and run a saved search (predefined parameters) via some form of user defined command without the UI dialog (without using the F keys)?

What would make sense to me is, if the MC.FileSearch custom command would have an option to run a saved search (saved previously via the search dialog) immediately without the dialog.

regards, m.

Jungle:
You can create some UDC with desired search params, and then put it to the user menu or on the QL bar.
MC.FileSearch supports HIDE and AUTOSTART parameters

multicart:
Ah, ok, great.
It is an advantage if one can read, which obviously I can't. Sorry for that.

Still, why the redundancy with being able to define search parameters in the custom command and in a saved search via the UI dialog?


AND, BTW:
I had problems with defining multiple search paths in the MC.FileSearch custom command's options. What is the correct syntax for that?

Jungle:

--- Quote from: multicart on November 29, 2024, 13:56:07 ---I had problems with defining multiple search paths in the MC.FileSearch custom command's options. What is the correct syntax for that?
--- End quote ---


--- Code: ---MC.FileSearch.Search SEARCHFOR=*.txt AUTOSTART HIDE SEARCHIN="c:\temp\22";"c:\temp\33"
--- End code ---

multicart:
Thank you for your patient help, Jungle,

Unfortunately, with that syntax, MC will only search in the first stated path.


And the PANEL="LEFT" option of MC.FileSearch does not seem to work.

Navigation

[0] Message Index

[#] Next page

Go to full version