solrtypo3tx-newstypo3-10.x

TYPO3 solr news multiple detail pages


I have 2 different folders with newsrecords: one is used for news and one is for events, they get an own template so they have own detail pages.

SOLR index queue is setup as shown in the extension manual 1

How can I define multiple detail pages for newsrecords in the Solr index queue? E.g. based on storagePid or category.


Solution

  • The queue can indeed have where conditions:

    additionalWhereClause = pid = {$events.storagePid}