[Groonga-commit] droonga/fluent-plugin-droonga at 1ace01f [master] Fix wrong position of "@" for instance variable

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Oct 31 15:51:21 JST 2013


YUKI Hiroshi	2013-10-31 15:51:21 +0900 (Thu, 31 Oct 2013)

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

  Message:
    Fix wrong position of "@" for instance variable

  Modified files:
    lib/droonga/watcher.rb

  Modified: lib/droonga/watcher.rb (+1 -1)
===================================================================
--- lib/droonga/watcher.rb    2013-10-31 15:49:20 +0900 (7cfb2da)
+++ lib/droonga/watcher.rb    2013-10-31 15:51:21 +0900 (3d62e22)
@@ -112,7 +112,7 @@ module Droonga
       candidates = {}
       # FIXME scan reports the longest keyword matched only
       @keyword_table.scan(trimmed).each do |keyword, word, start, length|
-       @ query_table.select do |query|
+        @query_table.select do |query|
           query.keywords =~ keyword
         end.each do |record|
           candidates[record.key] ||= []
-------------- next part --------------
HTML����������������������������...
Download 



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