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