Actions
Bug #17143
closedIndexer for externals does not check if document is already indexed for fe_group
Start date:
2007-03-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
TYPO3 3.8.1
indexed_search 2.1.3
+ e.g. xpdf-utils (3.00-13.6) // Debian
When indexing external documents (e.g. PDF) the PHP script 'class.indexer.php' only checks if the document has already been indexed. It does not check if the document needs to be re-indexed for a particular fe_group - like it is done when indexing TYPO3 content objects.
Example:
If a user, who is not logged in, opens a page with an external document, the document is first indexed. Performing a search on terms from the document is successfull if the user is not logged in.
But: If the user is logged in, no results are returned.
(issue imported from #M5276)
Actions