From 2284cb3e4a2ef86b1a2a548ed0b4431ace978d87 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 15 Jun 2015 12:29:24 +0200 Subject: Store 10 significant digits of the popularity score Even if we only display two digits after the decimal point, storing more digits internally allows us to order the search results more accurately. Signed-off-by: Lukas Fleischer --- web/template/pkg_search_results.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/template/pkg_search_results.php') diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php index 5c8f73e..7134f2d 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -54,7 +54,7 @@ if (!$result): ?> "> class="flagged"> - + -- cgit v1.2.3-54-g00ecf