Commit 5f308fa630d113b3f424896d6c3c2073be14d0d7
1 parent
0c71b0c7
Exists in
master
and in
15 other branches
No need to escape [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/searchkick/logging.rb
@@ -172,7 +172,7 @@ module Searchkick | @@ -172,7 +172,7 @@ module Searchkick | ||
172 | params << "#{CGI.escape(k.to_s)}=#{CGI.escape(v.to_s)}" | 172 | params << "#{CGI.escape(k.to_s)}=#{CGI.escape(v.to_s)}" |
173 | end | 173 | end |
174 | 174 | ||
175 | - debug " #{color(name, YELLOW, true)} #{index}#{type ? "/#{type.map { |t| CGI.escape(t) }.join(',')}" : ''}/_search#{params.any? ? "?" + params.join('&') : nil} #{payload[:query][:body].to_json}" | 175 | + debug " #{color(name, YELLOW, true)} #{index}#{type ? "/#{type.join(',')}" : ''}/_search#{params.any? ? '?' + params.join('&') : nil} #{payload[:query][:body].to_json}" |
176 | end | 176 | end |
177 | 177 | ||
178 | def request(event) | 178 | def request(event) |