mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-13 12:56:11 +01:00
Daniel Siepmann
541c6db53a
* Add typoscript option which TYPO3 tables should be processed and which should not be processed. * Respect new optiion in hook. * Also add necessary tests. * Remove old no longer needed tests for hook.
16 lines
289 B
TypeScript
16 lines
289 B
TypeScript
plugin {
|
|
tx_searchcore {
|
|
settings {
|
|
connection {
|
|
host = localhost
|
|
port = 9200
|
|
}
|
|
|
|
index {
|
|
allowedTables = tt_content
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
module.tx_searchcore < plugin.tx_searchcore
|