add path to term list

This commit is contained in:
Uwe Steinmann 2020-12-18 14:57:41 +01:00
parent 405f1796e4
commit 835e3d2561

View File

@ -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;