View Single Post
Old 01-30-2004, 03:34 AM   #1
dapuse
Green Mole
 
Join Date: Jan 2004
Posts: 6
Indexing word doc's OK search through files don't work

Hello!

I have installed the phpdig successfull and I hope also the catdoc addon.

During the indexing prozess phpdig is finding the doc-files.
But after that it is not possible to search through the doc files.

Is there something I must attend for?

Here are my config.php properties.

//---------EXTERNAL TOOLS SETUP
// if set to true is_executable used - set to '0' if is_executable is undefined
define('USE_IS_EXECUTABLE_COMMAND','0'); //use is_executable for external binaries

// if set to true, full path to external binary required
define('PHPDIG_INDEX_MSWORD',true);
define('PHPDIG_PARSE_MSWORD','C://apache//Apache2//htdocs//catdoc');
define('PHPDIG_OPTION_MSWORD','-s 8859-1');


Thanks for your help.

dapuse
dapuse is offline   Reply With Quote