mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
add terms for 'user' and 'status'
This commit is contained in:
parent
984eca8e9f
commit
b7d5f09e5a
|
@ -57,7 +57,8 @@ class SeedDMS_SQLiteFTS_Term {
|
||||||
6 => 'owner',
|
6 => 'owner',
|
||||||
7 => 'content',
|
7 => 'content',
|
||||||
8 => 'created',
|
8 => 'created',
|
||||||
9 => 'user'
|
9 => 'user',
|
||||||
|
10 => 'status'
|
||||||
);
|
);
|
||||||
$this->field = $fields[$col];
|
$this->field = $fields[$col];
|
||||||
$this->_occurrence = $occurrence;
|
$this->_occurrence = $occurrence;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user