Commit df924ca6343f6b94538fed96fd419a890c41199b
1 parent
9d0990ba
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
Showing
1 changed file
with
1 additions
and
1 deletions
search2/search/fields/FullPathField.inc.php
| ... | ... | @@ -43,7 +43,7 @@ class FullPathField extends DBFieldExpr |
| 43 | 43 | public function __construct() |
| 44 | 44 | { |
| 45 | 45 | parent::__construct('full_path', 'documents', _kt('Full Path')); |
| 46 | - $this->setAlias('Full Path'); | |
| 46 | + $this->setAlias('FullPath'); | |
| 47 | 47 | } |
| 48 | 48 | |
| 49 | 49 | public function getInputRequirements() | ... | ... |