mittwald / typo3-web2pdf

A TYPO3 extension for rendering content as PDF
GNU General Public License v2.0
18 stars 20 forks source link

[DOCUMENTATION] #28 Add documentation to resolve problems with indexe… #34

Closed kpurrmann closed 7 years ago

pstranghoener commented 8 years ago

@kpurrmann I think we shouldn't make it in the documentation. The best way would be we make an option it the extension settings we the index_search can switched on and off and the template is always reacting on the setting. After taht we can make a notice in the documentation that there is an option in the extension settings.

kpurrmann commented 8 years ago

@pstranghoener Was my first thought too. But it won't work out of the box. Because I do not know, how the default page is configured in typoscript. Some people name it page other one name it site. To disable indexing you have to copy the typoscript settings of default page into the pdf page.

martin-helmich commented 8 years ago

Does maybe indexed_search offer some kind of extension point that we could use for this? Something like a hook that prevents a page from being indexed or anything similar?

kpurrmann commented 8 years ago

@martin-helmich I checked this option the very first time when this bug appeared. Could not find a hook yet. Only way I found was config.index_enable = 0.