teaminmedias-pluswerk / ke_search

Search Extension for TYPO3 Content Management System, including faceting search functions.
https://extensions.typo3.org/extension/ke_search/
GNU General Public License v3.0
35 stars 62 forks source link

Disable files indexer #438

Closed plojewski closed 2 years ago

plojewski commented 3 years ago

Hi, is any possibility to exclude files indexing with tt_content and pages configurations?

christianbltr commented 2 years ago

For single files that's currently not possible. It's only possible for file types (e. g. doc, pdf). Or you could decide not to index files at all via the page indexer and use the file indexer where you can specify folders which you want to index.

A possible implementation for this feature would be to add a field "Include in search" for the files metadata (same as in the page properties) and check that during indexing.

christianbltr commented 2 years ago

see https://github.com/tpwd/ke_search/issues/20