From 58528fcc7e286a765005f59ac659700834d7b6c6 Mon Sep 17 00:00:00 2001 From: Fbenas Date: Sat, 5 Dec 2015 19:55:19 +0000 Subject: Add result number to output --- search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'search.php') diff --git a/search.php b/search.php index c4db438..6bfa874 100644 --- a/search.php +++ b/search.php @@ -93,7 +93,7 @@ try { $i++; continue; } - $out[] = $result; + $out[] = $i+1 . ": " . $result; $i++; } if ($count > 3) { -- cgit v1.2.3