[TYPO3-Solr] solrfal: Invisible files shown in search results
Dennis Luemkemann
dennis.luemkemann at gmx.de
Tue Sep 29 10:50:18 CEST 2015
Hello all,
> we have a bunch of files which have been marked invisible in the file list module (sys_file_metadata visible = 0). But they are still shown as results when searching for documents. Is there maybe a switch that tells the indexer to respect this flag? Invisible files should not be in the indexed I think.
I helped myself by adding the visible field as a dynamic field to the index and filtering the results with '-visible:0'. This works of course, but it doesn’t feel like a clean solution to me. In cases where many files are invisible, the index becomes unnecessarily large.
Best regards
Dennis
More information about the TYPO3-project-solr
mailing list