do not show occurences because not each fulltext engine supports it

This commit is contained in:
Uwe Steinmann 2020-09-12 12:53:56 +02:00
parent acab20fe24
commit 364612f497

View File

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