Changed line 203 of swish_search() from:
$swish_index = getcwd() .'/' .variable_get('file_directory_path', 'files').'/'.SWISH_INDEX_PREFIX;
to:
$swish_index = variable_get('file_directory_path', 'files').'/'.SWISH_INDEX_PREFIX;
because I'm using the private files method.

Probably needs a check to see if files method is private/public.

Comments

populist’s picture

Status: Needs review » Fixed

Support was added for public and file method in swish_index building and in search items retrieval

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.