[Groonga-commit] groonga/groonga at fe16e02 [master] logical_select: fix wrong parameter name

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jun 30 00:09:47 JST 2015


Kouhei Sutou	2015-06-30 00:09:47 +0900 (Tue, 30 Jun 2015)

  New Revision: fe16e02c3b0f4e0ea50764448d9b9b434bdd9e05
  https://github.com/groonga/groonga/commit/fe16e02c3b0f4e0ea50764448d9b9b434bdd9e05

  Message:
    logical_select: fix wrong parameter name

  Modified files:
    plugins/sharding/logical_select.rb

  Modified: plugins/sharding/logical_select.rb (+1 -1)
===================================================================
--- plugins/sharding/logical_select.rb    2015-06-29 23:55:04 +0900 (7f51f68)
+++ plugins/sharding/logical_select.rb    2015-06-30 00:09:47 +0900 (99be613)
@@ -124,7 +124,7 @@ module Groonga
           @filter = @input[:filter]
           @offset = (@input[:offset] || 0).to_i
           @limit = (@input[:limit] || 10).to_i
-          @sort_keys = parse_keys(input[:drilldown_sortby])
+          @sort_keys = parse_keys(@input[:sortby])
 
           @result_sets = []
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index