Commit 757507511a396dae7bccd18d2523ce4efeef62b0

Authored by conradverm
1 parent 05cd281e

KTC-433

"Full Path Search Broken - says field not found: Full"
Fixed.

Committed By: Conrad Vermeulen
Reviewed By: Megan Watson


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8259 c91229c3-7414-0410-bfa2-8a42b809f60b
search2/search/fields/FullPathField.inc.php
@@ -43,7 +43,7 @@ class FullPathField extends DBFieldExpr @@ -43,7 +43,7 @@ class FullPathField extends DBFieldExpr
43 public function __construct() 43 public function __construct()
44 { 44 {
45 parent::__construct('full_path', 'documents', _kt('Full Path')); 45 parent::__construct('full_path', 'documents', _kt('Full Path'));
46 - $this->setAlias('Full Path'); 46 + $this->setAlias('FullPath');
47 } 47 }
48 48
49 public function getInputRequirements() 49 public function getInputRequirements()