View Single Post
Old 08-24-2021, 12:29 PM   #50
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 9,644
Karma: 6774048
Join Date: Nov 2009
Device: many
The currently supported RunSavedSearchReplaceAll accepts one parameter on the line which represents the full name of the saved search or saved search group. Remember Group names end with a "/" just like you see as the tooltip when hovering over a group or search in the SavedSearch Dialog.

For example I have a search group called AutomateTest with two searches in the group named test1 and test2.

If I add the command:

RunSavedSearchReplaceAll AutomateTest/

it will run the group (both tests)

instead if I do:

RunSavedSearchReplaceAll AutomateTest/test2

it will run just the test2

Last edited by KevinH; 08-24-2021 at 12:34 PM.
KevinH is online now   Reply With Quote