mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +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',
|
||||
9 => 'created',
|
||||
10 => 'user',
|
||||
11 => 'status'
|
||||
11 => 'status',
|
||||
12 => 'path'
|
||||
);
|
||||
$this->field = $fields[$col];
|
||||
$this->_occurrence = $occurrence;
|
||||
|
|
Loading…
Reference in New Issue
Block a user