Commit 05cd281e4e3bc37f65d4a4df70863de30ad28a5c

Authored by conradverm
1 parent 0a5279c0

KTS-3164

"Removed Title from being part of GeneralText criteria for search as it is catered for by the FullPath"
Fixed. 

Committed By: Conrad Vermeulen
Reviewed By: Megan Watson

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8258 c91229c3-7414-0410-bfa2-8a42b809f60b
search2/search/fields/TitleField.inc.php
... ... @@ -38,7 +38,6 @@
38 38  
39 39 class TitleField extends DBFieldExpr
40 40 {
41   - public $general_op = ExprOp::CONTAINS;
42 41  
43 42 public function __construct()
44 43 {
... ...