Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Dear Sir,In PHPRunner v5.1 I was esily set search default as equal. May I know in v5.2 How may I set it
Hi,to change search optino on the advanced search page edit generated ..._search.php file. Find this code:
$firstFieldParams['fName'] = "FieldName"; $firstFieldParams['eType'] = ''; $firstFieldParams['value1'] = ''; $firstFieldParams['opt'] = ''; $firstFieldParams['value2'] = ''; $firstFieldParams['not'] = false;
and replace it with this one:
$firstFieldParams['fName'] = "FieldName"; $firstFieldParams['eType'] = ''; $firstFieldParams['value1'] = ''; $firstFieldParams['opt'] = 'Equals'; $firstFieldParams['value2'] = ''; $firstFieldParams['not'] = false;