[Groonga-commit] droonga/fluent-plugin-droonga at d30adef [master] Fix a typo on variable name

Back to archive index

Yoji Shidara null+****@clear*****
Thu Dec 19 12:41:09 JST 2013


Yoji Shidara	2013-12-19 12:41:09 +0900 (Thu, 19 Dec 2013)

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

  Message:
    Fix a typo on variable name
    
    sort_by ->
    group_by

  Modified files:
    lib/droonga/searcher.rb

  Modified: lib/droonga/searcher.rb (+1 -1)
===================================================================
--- lib/droonga/searcher.rb    2013-12-19 12:24:06 +0900 (2ddac83)
+++ lib/droonga/searcher.rb    2013-12-19 12:41:09 +0900 (382cf28)
@@ -231,7 +231,7 @@ module Droonga
         apply_condition!(condition) if condition
 
         group_by = @query["groupBy"]
-        apply_group_by!(sort_by) if group_by
+        apply_group_by!(group_by) if group_by
 
         @count =****@resul*****
 
-------------- next part --------------
HTML����������������������������...
Download 



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