Navigation Menu

Skip to content

Commit

Permalink
groonga: Merge drilldown results
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 28, 2014
1 parent b823ddb commit ccd64a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/droonga/plugins/groonga/select.rb
Expand Up @@ -153,8 +153,8 @@ def convert(search_response)
end

select_results = [@header, [@body]]
unless @drilldown_results.empty?
select_results.last += @drilldown_results
@drilldown_results.each do |result|
select_results.last << result
end

select_results
Expand Down

0 comments on commit ccd64a2

Please sign in to comment.