Skip to content

Commit a621b86

Browse files
committed
show time to get the results even when no match was found
fixes #698
1 parent 385ebf3 commit a621b86

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

web/search.jsp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,10 @@ include file="menu.jspf"
164164
<li>Try different keywords.</li>
165165
<li>Try more general keywords.</li>
166166
<li>Use 'wil*' cards if you are looking for partial match.</li>
167-
</ul><%
167+
</ul>
168+
<p><b>Completed in <%= System.currentTimeMillis() - starttime
169+
%> milliseconds</b></p>
170+
<%
168171
} else {
169172
// We have a lots of results to show: create a slider for
170173
String slider = "";

0 commit comments

Comments
 (0)