====== Apache Solr for TYPO3 ====== ===== Troubleshooting ===== ==== Die Indizierung normaler Seiten in TYPO3 schlägt fehl ==== Mögliche Ursache: Inkompatible TypoScript-Conditions //Problematisch: [page["uid"] == 17] [page["doktype"] == {$myCustomPageType}] // Lösung: [traverse(page, "uid") == 17] [traverse(page, "doktype") == {$myCustomPageType}]