Commit 9d0990baf99943ec1b70f279b042f5aa936b7d3d

Authored by Conrad Vermeulen
1 parent da5255f7

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 {
... ...