[Groonga-commit] droonga/fluent-plugin-droonga at 59a4547 [master] Follow method name change

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Apr 9 10:06:59 JST 2014


Kouhei Sutou	2014-04-09 10:06:59 +0900 (Wed, 09 Apr 2014)

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

  Message:
    Follow method name change

  Modified files:
    lib/droonga/searcher.rb

  Modified: lib/droonga/searcher.rb (+1 -1)
===================================================================
--- lib/droonga/searcher.rb    2014-04-08 18:27:02 +0900 (9c21134)
+++ lib/droonga/searcher.rb    2014-04-09 10:06:59 +0900 (28c918d)
@@ -437,7 +437,7 @@ module Droonga
         source = attribute[:source]
         if source == "_subrecs"
           sub_record_table = table.range
-          sub_attributes = format_attributes(attribute[:attributes], sub_record_table)
+          sub_attributes = format(attribute[:attributes], sub_record_table)
 
           format_attribute_subrecs(label, sub_attributes)
         else
-------------- next part --------------
HTML����������������������������...
Download 



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