[Groonga-commit] droonga/fluent-plugin-droonga at 88056a7 [master] Fix mismatched variable name

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Dec 4 15:01:20 JST 2013


YUKI Hiroshi	2013-12-04 15:01:20 +0900 (Wed, 04 Dec 2013)

  New Revision: 88056a77dbe58d097b5e436023f08404c26250c8
  https://github.com/droonga/fluent-plugin-droonga/commit/88056a77dbe58d097b5e436023f08404c26250c8

  Message:
    Fix mismatched variable name

  Modified files:
    lib/droonga/plugin/distributor/search.rb

  Modified: lib/droonga/plugin/distributor/search.rb (+1 -1)
===================================================================
--- lib/droonga/plugin/distributor/search.rb    2013-12-04 14:58:44 +0900 (1aa5055)
+++ lib/droonga/plugin/distributor/search.rb    2013-12-04 15:01:20 +0900 (379b653)
@@ -291,7 +291,7 @@ module Droonga
         "type" => "sort",
         "operators" => operators,
       }
-      if options[:unify_by_key] && !key_column_index.nil?
+      if params[:unify_by_key] && !key_column_index.nil?
         reducer["key_column"] = key_column_index
         reducer["unified_columns"] = unified_columns unless unified_columns.empty?
       end
-------------- next part --------------
HTML����������������������������...
Download 



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