X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a885e7309ab1feba1e2ec7b183eb383e775c162e..80a6751c51614c0d8baf84c0c52ffdc8ef76ff77:/lib/DebugHtml.php diff --git a/lib/DebugHtml.php b/lib/DebugHtml.php index 0f5af241..ff1724d2 100644 --- a/lib/DebugHtml.php +++ b/lib/DebugHtml.php @@ -71,6 +71,21 @@ class Debug echo "\n"; } + public static function printGroupedSearch($aSearches, $aWordsIDs) + { + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + foreach ($aSearches as $iRank => $aRankedSet) { + foreach ($aRankedSet as $aRow) { + $aRow->dumpAsHtmlTableRow($aWordsIDs); + } + } + echo '
rankName TokensName NotAddress TokensAddress Notcountryoperatorclasstypepostcodehousenumber
'; + } + public static function printGroupTable($sHeading, $aVar) { echo ''.$sHeading.":\n";