Search

mikegull - August 22, 2006 - 06:43
Project:Swish-E Indexer
Version:HEAD
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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.

#1

populist - March 7, 2008 - 18:21
Status:needs review» fixed

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

#2

Anonymous (not verified) - March 21, 2008 - 18:21
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.