Commit 4c2dbe647cce483987f72aeedb7a970aa9d480d1
1 parent
514e34bf
WSA-93
"Add integration/oem no so that integrators may associate a custom document reference" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7872 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
search2/search/search.inc.php
| ... | ... | @@ -556,7 +556,7 @@ function processSearchExpression($query) |
| 556 | 556 | 'document_id' => (int) $hit->DocumentID, |
| 557 | 557 | |
| 558 | 558 | 'custom_document_no' => 'n/a', |
| 559 | - 'oem_document_no' => 'n/a', | |
| 559 | + 'oem_document_no' => (string) $hit->OemDocumentNo, | |
| 560 | 560 | |
| 561 | 561 | 'relevance' => (float) $hit->Rank, |
| 562 | 562 | 'text' => (string) $noText?'':$hit->Text, | ... | ... |