Project:Swish-E Indexer
Version:master
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Status:needs review» fixed

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

#2

Status:fixed» closed (fixed)

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