Hi,
wenn man mehrere Domains auf einer Installation hat, wie läuft es dann mit der indexed_search?
Ich habe den Thread hier gefunden:
http://www.typo3.net/forum/list/list...ge=1#pid197437
Also wenn die Seitenstruktur so ist:
- Mighty Weltkugel
* Domain 1 (pid 1)
- ...
...
* Domain 2 (pid 123)
- ...
...
müsste die Suche so eingestellt sein:
- Domain 1:
Code:
plugin.tx_indexedsearch._DEFAULT_PI_VARS.sections = rl1_1
- Domain 2:
Code:
plugin.tx_indexedsearch._DEFAULT_PI_VARS.sections = rl1_123
?