cancel
Showing results for 
Search instead for 
Did you mean: 

ImportCockpit: Run multiple queries

former_member1049674
Participant
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

former_member1049674
Participant
0 Kudos

Hi,

I found the solution, in the end I have to create a unique id in SolrAbstractKeywordRedirect.

This made possible for ImportCockpit to link both types.

Answers (0)