Closed (fixed)
Project:
Search attachments
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2007 at 12:03 UTC
Updated:
7 Jun 2007 at 12:37 UTC
I have an file attached to a book page. If I look in the drupal/files directory I can see that the PDF in question has been converted to a TXT file correctly. However if I type a word from the file in the search it isn't showing up. Any ideas?
Comments
Comment #1
IgD commentedAfter further review I don't think any of the attachments are being searched. I'm not getting any error messages. Again if I look in the files directory there are valid TXT files for most of my PDFs so I think the PDFTOTEXT application is working. Any ideas?
Comment #2
IgD commentedI figured out the problem...
Under Site Configuration / Search Attachments for the Path to PDF helper app somehow I lost the trailing "-"...
/usr/bin/pdftotext %file% -
When I added it back it worked!