mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-14 07:56:11 +01:00
Daniel Siepmann
fdf5aa4f82
* Document all options * Document concepts * Document connections and indexer
405 B
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.