mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 13:42:04 +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)) {
|
if (in_array(3, $searchin)) {
|
||||||
$searchFields[] = "`tblDocuments`.`comment`";
|
$searchFields[] = "`tblDocuments`.`comment`";
|
||||||
|
$searchFields[] = "`tblDocumentContent`.`comment`";
|
||||||
}
|
}
|
||||||
if (in_array(4, $searchin)) {
|
if (in_array(4, $searchin)) {
|
||||||
$searchFields[] = "`tblDocumentAttributes`.`value`";
|
$searchFields[] = "`tblDocumentAttributes`.`value`";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user