Bug #82904
closedindexed_search - search for a section of the website
0%
Description
In TYPO3 7.6 (indexed_search 7.6.0) ist was possible to search in a section of the website:
plugin.tx_indexedsearch._DEFAULT_PI_VARS.sections = rl1_43
This does not work any longer in TYPO3 8.6 (indexed_search 8.6)
There is no alternative described in the doumentation.
Files
Updated by Riccardo De Contardi over 4 years ago
- File cattura.png cattura.png added
- Status changed from New to Closed
Albeit not documented, this is still available for TYPO3 version 8.7 and higher; just use:
plugin.tx_indexedsearch.settings.defaultOptions.sections = rl1_43
The documentation page https://docs.typo3.org/c/typo3/cms-indexed-search/master/en-us/Configuration/TypoScript/Index.html just says
[Still missing the major parts here. Just use the object browser for now since that includes all options]
I attach here a screenshot of the TS object browser under plugin.tx_indexedsearch
I'm opening a new issue about the missing documentation, and close this one.
Updated by Riccardo De Contardi over 4 years ago
- Related to Task #90846: Document indexed search TypoScript configuration options added