add 'user' to list of terms

This commit is contained in:
Uwe Steinmann 2020-09-06 07:58:43 +02:00
parent ab0dfee213
commit dd1057128d

View File

@ -56,7 +56,8 @@ class SeedDMS_SQLiteFTS_Term {
5 => 'origfilename',
6 => 'owner',
7 => 'content',
8 => 'created'
8 => 'created',
9 => 'user'
);
$this->field = $fields[$col];
$this->_occurrence = $occurrence;