Bug #2291
Static file cache stops mnoGoSearch from working
| 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
[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!