add terms for 'user' and 'status'

This commit is contained in:
Uwe Steinmann 2020-09-12 12:51:48 +02:00
parent 984eca8e9f
commit b7d5f09e5a

View File

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