CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #2291

Static file cache stops mnoGoSearch from working

Added by Dmitry Dulepov over 4 years ago. Updated over 2 years ago.

Status:New Start date:2008-12-09
Priority:Must have Due date:
Assignee:- % Done:

0%

Category:-
Target version:- Estimated time:0.50 hour
Votes: 0

Description

mnoGoSearch extension uses content post processing hook to modify the content when indexer fetches pages. This is necessary to respect TYPO3SEARCH_xxx markers. Static file cache bypasses the hook and always returns original content. Thus mnogosearch does not work properly.

In order to solve the problem the following should be added to .htaccess file of the web site:

RewriteCond %{HTTP:X-TYPO3-mnogosearch} ^$

It should be added after

RewriteCond %{HTTP_COOKIE} !nc_staticfilecache [NC]

Please, update the documentation with this information.

Associated revisions

Revision 13275
Added by Niels Pardon over 4 years ago

[Bug 2291] Change: tx_seminars_bagbuilder->setSourcePages() should set the source pages for the main bag table

History

Updated by Michiel Roos over 4 years ago

Will do.

Thanks!

Also available in: Atom PDF