[Groonga-commit] droonga/droonga-client-ruby at b8069f2 [master] Remove useless #search

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 27 18:05:09 JST 2014


Kouhei Sutou	2014-01-27 18:05:09 +0900 (Mon, 27 Jan 2014)

  New Revision: b8069f25527a79e232157bb9fa42e1118dff5a30
  https://github.com/droonga/droonga-client-ruby/commit/b8069f25527a79e232157bb9fa42e1118dff5a30

  Message:
    Remove useless #search
    
    Because "dataset" can't be specified.

  Modified files:
    lib/droonga/client.rb

  Modified: lib/droonga/client.rb (+0 -9)
===================================================================
--- lib/droonga/client.rb    2014-01-27 18:04:41 +0900 (c4e0cec)
+++ lib/droonga/client.rb    2014-01-27 18:05:09 +0900 (083aa59)
@@ -76,15 +76,6 @@ module Droonga
       @connection.subscribe(message, options, &block)
     end
 
-    def search(body, options={}, &block)
-      request({
-                "type" => "search",
-                "body" => body,
-              },
-              options,
-              &block)
-    end
-
     # Close the connection used by the client. You can't send any
     # request anymore.
     #
-------------- next part --------------
HTML����������������������������...
Download 



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