I need your help. I've a TYPO3-installation (version 8.7.24) with 8 different websites in my tree. Now I want to install and configure "indexed_search" for every sub-page. The index is ok and works.
My page-tree:
- root-page (PID: 1) -- sub-page-tree 1 (PID: 179) -- sub-page-tree 2 (PID: 146) -- sub-page-tree 3 (PID: 502) -- sub-page-tree ... up to 8
Now I want to search on every single sub-page-tree as it's own.
When I set the "plugin.tx_indexedsearch.settings.rootPidList = 1", the search-form works, but it show every result from every other sub-page-tree. But when I set the "rootPidList = 179", I don't get any results. I've tried it on another website with TYPO3 v9.5.5 and there's the same problem.
Do you know where the problem could be?