CC-1669 Simple search form uses OR instead of AND.
This commit is contained in:
parent
4d3b90621e
commit
23a775a66f
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue