mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
search() searches in comment of document versions
This commit is contained in:
parent
be9ec1adfe
commit
5215d0a230
|
@ -778,6 +778,7 @@ class SeedDMS_Core_DMS {
|
|||
}
|
||||
if (in_array(3, $searchin)) {
|
||||
$searchFields[] = "`tblDocuments`.`comment`";
|
||||
$searchFields[] = "`tblDocumentContent`.`comment`";
|
||||
}
|
||||
if (in_array(4, $searchin)) {
|
||||
$searchFields[] = "`tblDocumentAttributes`.`value`";
|
||||
|
|
Loading…
Reference in New Issue
Block a user