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
Comment #1
populist commentedSupport was added for public and file method in swish_index building and in search items retrieval
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.