Bug #73206
closedEXT:indexed_search can not find any PDF documents in search results
0%
Description
PDF documents are not indexed anymore with indexed_search. No results are shown. My configuration is WITHOUT using EXT:crawler. Until now the PDF documents were indexed by opening it in the FE, but now it seems not to work (anymore?). PDF files are located in the /fileadmin folder as usual. No restrictions on folder given.
TYPO3 configration:
--------------------------
EXT:indexed_search
basic.disableFrontendIndexing {disabled}
basic.useCrawlerForExternalFiles {disabled}
TS setup:
--------------------------
config.index_enable = 1
config.index_externals = 1
Server:
--------------------------
Linux 2.6.32-504.30.3.el6.x86_64
TYPO3 Version 6.2.17
PHP Version 5.6.18
Modules installed:
--------------------------
pdftotext and pdfinfo for PDF files
binaries are located in /usr/bin/
PHP settings tried with:
--------------------------
safe_mode = 0 (deprecated from PHP 5.5)
open_basedir /path/to/web/root:/usr/bin:/tmp:/dev/urandom
also woth such settings nothing happens:
open_basedir disabled
Updated by Riccardo De Contardi almost 9 years ago
Is this related? https://forge.typo3.org/issues/50095
Updated by Angelo Previtali almost 9 years ago
Updated by Tymoteusz Motylewski over 8 years ago
- Status changed from New to Needs Feedback
I can not reproduce the issue with Indexed search on TYPO3 8 (master).
What I did:
- add CE on the page with text
- link part of the text in RTE to an pdf file (located in fileadmin user_uploads)
- visit the page in other browser (where I'm not logged in into backend)
- go to info module, and see that the file is indexed
- go to the frontend and search for the words which exists in the pds
- I can see the pdf in the results.
I checked it using both pi-based plugin and extbase plugin.
If the error still exists for you, please provide more information so I can reproduce it.
Updated by Angelo Previtali over 8 years ago
The issue is not on the TYPO3 version 8.0 as you wrote but on the version 6.2.17-19
Updated by Riccardo De Contardi over 8 years ago
- Status changed from Needs Feedback to New
- Target version deleted (
6.2.18)
Updated by Mona Muzaffar over 7 years ago
- Status changed from New to Needs Feedback
This won't be fixed for TYPO3 6.2 anymore because it reached its end of life.
Is this still an issue for TYPO3 7.6 or can this ticket be closed?
Updated by Angelo Previtali over 7 years ago
Due to we found a workaround for V6.2 as described in https://forge.typo3.org/issues/50095 we can close this ticket now.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Needs Feedback to Closed
Hello and many thanks for your answer, I close the ticket.
If you think that this is the wrong decision or experience the issue again or think that there is still work to do, then please reopen it or open a new ticket with a reference to this one.