mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +00:00
add path to term list
This commit is contained in:
parent
405f1796e4
commit
835e3d2561
|
@ -59,7 +59,8 @@ class SeedDMS_SQLiteFTS_Term {
|
||||||
8 => 'content',
|
8 => 'content',
|
||||||
9 => 'created',
|
9 => 'created',
|
||||||
10 => 'user',
|
10 => 'user',
|
||||||
11 => 'status'
|
11 => 'status',
|
||||||
|
12 => 'path'
|
||||||
);
|
);
|
||||||
$this->field = $fields[$col];
|
$this->field = $fields[$col];
|
||||||
$this->_occurrence = $occurrence;
|
$this->_occurrence = $occurrence;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user