mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -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)
|
- if (params[:q].strip.length > 0 rescue false)
|
||||||
%h1
|
%h1
|
||||||
Search results for '#{params[:q]}'
|
Search results for '#{params[:q]}'
|
||||||
|
#querytime= "(query time: %.3f seconds)" % @results.duration
|
||||||
- if @total and @result_start and @result_end
|
- if @total and @result_start and @result_end
|
||||||
%small
|
%small
|
||||||
%strong
|
%strong
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue