Skip to content

Commit 7ebcc5a

Browse files
committed
Merge pull request #704 from vladak/completed
show time to get the results even when no match was found
2 parents a907c98 + a621b86 commit 7ebcc5a

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)