[Groonga-commit] droonga/fluent-plugin-droonga at 49dea76 [master] Use format_attributes to format sub attributes

Back to archive index

Yoji Shidara null+****@clear*****
Thu Jan 23 14:03:05 JST 2014


Yoji Shidara	2014-01-23 14:03:05 +0900 (Thu, 23 Jan 2014)

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

  Merged 1ab6677: Merge branch 'output-attributes'

  Message:
    Use format_attributes to format sub attributes

  Modified files:
    lib/droonga/searcher.rb

  Modified: lib/droonga/searcher.rb (+1 -1)
===================================================================
--- lib/droonga/searcher.rb    2014-01-23 13:48:37 +0900 (46fedd7)
+++ lib/droonga/searcher.rb    2014-01-23 14:03:05 +0900 (37d78cf)
@@ -367,7 +367,7 @@ module Droonga
         source = attribute[:source]
         if source == "_subrecs"
           sub_record_table = table.range
-          sub_attributes = format(attribute[:attributes], sub_record_table)
+          sub_attributes = format_attributes(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