CC-1669 Simple search form uses OR instead of AND.

This commit is contained in:
naomiaro 2010-09-13 15:06:51 -04:00
parent 4d3b90621e
commit 23a775a66f
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class uiSearch
$this->criteria['counter'] = UI_SIMPLESEARCH_ROWS;
// $criteria['form'] is used for retransfer to form
$this->criteria['form']['operator'] = 'OR';
$this->criteria['form']['operator'] = 'or';
$this->criteria['form']['filetype'] = UI_SIMPLESEARCH_FILETYPE;
$this->criteria['form']['limit'] = UI_SIMPLESEARCH_LIMIT;