Skip to Content
0
Feb 03, 2016 at 05:45 PM

ImportCockpit: Run multiple queries

96 Views

Hi,

I would like to run multiple queries in one single ImportCockpit item.

These are the queries I want to run in ImportCockpit:

 insert_update SolrURIRedirect;&redirect;url[unique=true]
 ;r222;/url
 
 insert_update SolrFacetSearchKeywordRedirect;keyword[unique=true];matchType(code);redirect(&redirect);language(isocode);facetSearchConfig(name)
 ;slim;EXACT;r222;en;nameIndex

The reason why I want to run both queries in one single item is because of the "&redirect".

Does anyone know if it is possible to run both of them in one importCockpit item?

Thank you