mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
include query time in results
This commit is contained in:
parent
9c6a1495d9
commit
f97619a373
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
- if (params[:q].strip.length > 0 rescue false)
|
||||
%h1
|
||||
Search results for '#{params[:q]}'
|
||||
#querytime= "(query time: %.3f seconds)" % @results.duration
|
||||
- if @total and @result_start and @result_end
|
||||
%small
|
||||
%strong
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue