File tree 1 file changed +3
-3
lines changed
elasticsearch-rails/lib/rails/templates
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 47
47
< hr >
48
48
</ div >
49
49
50
- <% if @articles . size < 1 && @articles . response . suggest . present? %>
50
+ <% if @articles . size < 1 && @articles . response . suggestions . present? %>
51
51
< div class ="col-md-12 ">
52
52
< p class ="alert alert-warning ">
53
53
No documents have been found.
54
- <% if suggestions [ 'suggest_title' ] . present? || suggestions [ 'suggest_body' ] . present? %>
54
+ <% if @articles . response . suggestions . terms . present? %>
55
55
Maybe you mean
56
- <%= suggestions . map { | k , v | v . first [ 'options' ] } . flatten . map { | v | v [ 'text' ] } . uniq . map do |term |
56
+ <%= @articles . response . suggestions . terms . map do |term |
57
57
link_to term , search_path ( params . except ( :controller , :action ) . merge q : term )
58
58
end . to_sentence ( last_word_connector : ' or ' ) . html_safe %> ?
59
59
<% end %>
You can’t perform that action at this time.
0 commit comments