Posted by mikegull on August 22, 2006 at 6:43am
Jump to:
| 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
Support was added for public and file method in swish_index building and in search items retrieval
#2
Automatically closed -- issue fixed for two weeks with no activity.