| 
				 Problems with ioA-search 
 
			
			Trying to get my search to start working with the search.log and the scheduler. 
 theese are the lines i've got:
 
 ----[IoA.cfg]-----
 [Search]
 Search_Use_Star			= 0
 Search_Minimum_Length		= 3
 Search_Output_Too_Short		= " Searchstring must be %characters characters or more"
 Search_Output_Matches		= " There are %.0number matches to your search criteria"
 Search_Output_No_Matches	= " Sorry no matches to your search"
 Search_Output_Match		= " %vfs/%target (%age)"
 Search_Path_0			= Z:\ioFTPD\root|/|1
 Search_Path_1			= h:\Upload|/~19........Upload|3
 Search_Path_2			= h:\Misc|/~17........Misc|3
 Search_Path_3			= h:\Request|/~18........Request|3
 Search_Exclude_Path_0		= Z:\ioFTPD\*
 Search_Exclude_Show_0		= *incomplete*
 Search_Include_Files		= 0
 Search_File_Filter_0		= .*
 Search_File_Filter_1		= *.nfo
 Search_Log_File			= Z:\ioFTPD\logs\search.log
 Search_Using_Log		= 1
 Search_Sort_Order 		= 3
 
 
 ----[ioFTPD.ini]----
 [Scheduler]
 Reset			= 0 0 * *               &Reset
 Service_Update		= 10,30,50 * * *        &Service_Update
 searchlog		= 0 0 * * EXEC ..\scripts\ioA\ioA.exe SEARCHLOGCREATE
 
 
 
 It works when i do the raw command (site searchlog) in ffxp. but it doesnt create
 nor update the search.log with the scheduler.
 |