search_core/Documentation/source/usage.rst
Daniel Siepmann fdf5aa4f82
FEATURE: Add documentation of current state
* Document all options
* Document concepts
* Document connections and indexer
2016-12-15 18:03:58 +01:00

405 B

Usage

Manual indexing

You can trigger indexing from CLI:

./typo3/cli_dispatch.phpsh extbase index:index --table 'tt_content'

This will index the table tt_content using the TcaIndexer.

Auto indexing

Indexing is done through hooks everytime an record is changed.