cancel
Showing results for 
Search instead for 
Did you mean: 

'Search' Action Development

varsenault
Champ in-the-making
Champ in-the-making
Hi,

I would like to know how I can add a JavaScript action that would act on all search results (like the "Save New Search" in the search results' "More Actions") and how the search results can be passed as a parameter to that action. I didn't find anything in the "web-client-config-actions.xml" configuration file.

Thanks.
1 REPLY 1

kevinr
Star Contributor
Star Contributor
That's not currently possible via a configured action. The only way to do something similar would be to code the same Lucene search into the javascript directly or pass it on a URL to a REST style JavaScript via the command processor servlet.

Thanks,

Kevin