@kardeiz wrote:
Full text search doesn't appear to be working in OJS 3.0.
I've ensured that
index[application/pdf] = "/usr/bin/pdftotext -enc UTF-8 -nopgbrk %s - | /usr/bin/tr '[:cntrl:]' ' '"
is uncommented in
config.inc.php
, and I've runphp tools/rebuildSearchIndex.php
in conjunction withrm -rf cache/_db/*
to rebuild the index and clean the cache.I've confirmed that I have pdftotext available and that the command runs fine when run manually.
When I enter a unique word/phrase from a PDF, I get no results. This is with an unmodified/default OJS installation.
Is there something I'm missing, or is this a known issue?
Jacob
Posts: 4
Participants: 2