[Groonga-commit] droonga/droonga-engine at 912d82f [master] Get tag value with name correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 21 14:54:13 JST 2015


YUKI Hiroshi	2015-04-21 14:54:13 +0900 (Tue, 21 Apr 2015)

  New Revision: 912d82f36babd89ef9717d65a9974a2229b41acf
  https://github.com/droonga/droonga-engine/commit/912d82f36babd89ef9717d65a9974a2229b41acf

  Message:
    Get tag value with name correctly

  Modified files:
    lib/droonga/serf.rb

  Modified: lib/droonga/serf.rb (+1 -1)
===================================================================
--- lib/droonga/serf.rb    2015-04-21 14:45:01 +0900 (30b1992)
+++ lib/droonga/serf.rb    2015-04-21 14:54:13 +0900 (5091f46)
@@ -154,7 +154,7 @@ module Droonga
         member["name"] ==****@name*****_s
       end
       if myself
-        myself["tags"]["name"]
+        myself["tags"][name]
       else
         nil
       end
-------------- next part --------------
HTML����������������������������...
Download 



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