Typo3 - indexed search
Tutorial von Marlies Cohen
When I first started with Typo3 Indexed Search gave me some problems. It is a very basic extension.
Place this line of code in the Setup of your TypoScript of your rootpage:
# Indexed Search activated page.config.index_enable = 1
Now comes the trick to get your pages indexed.
-> Log out of Typo3
-> Go to your home page
-> Log back in to Typo3
-> Now your pages should be cached and searchable
The reason for this is that as long as you are logged in to Typo3 your pages are not cached, once you log out and view pages they are cached. Knowing this saves a lot of hassles.
Clearing Indexed Search Cache
-> switch to the "Info" module on the left and
-> choose "indexed search" on the right dropdown (in the details view). now you can see all your pages that have been indexed
-> click on the trash-item to delete the indexed record for a specific page-tree (attention: recursive!).