mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
do not show occurences because not each fulltext engine supports it
This commit is contained in:
parent
acab20fe24
commit
364612f497
|
@ -65,7 +65,8 @@ class SeedDMS_View_IndexInfo extends SeedDMS_Bootstrap_Style {
|
|||
$this->contentContainerStart();
|
||||
$field = $term->field;
|
||||
}
|
||||
echo "<span title=\"".$term->_occurrence."\">".htmlspecialchars($term->text)."</span>\n";
|
||||
echo htmlspecialchars($term->text)."\n";
|
||||
// echo "<span title=\"".$term->_occurrence."\">".htmlspecialchars($term->text)."</span>\n";
|
||||
}
|
||||
$this->contentContainerEnd();
|
||||
// echo "</pre>";
|
||||
|
|
Loading…
Reference in New Issue
Block a user