[Groonga-commit] ranguba/groonga-client at 02d1b1d [master] Make example workable

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Apr 26 14:58:21 JST 2017


Kouhei Sutou	2017-04-26 14:58:21 +0900 (Wed, 26 Apr 2017)

  New Revision: 02d1b1d28f4f392a14ac25bc714e946ad96057c5
  https://github.com/ranguba/groonga-client/commit/02d1b1d28f4f392a14ac25bc714e946ad96057c5

  Message:
    Make example workable

  Modified files:
    lib/groonga/client/request/select.rb

  Modified: lib/groonga/client/request/select.rb (+2 -2)
===================================================================
--- lib/groonga/client/request/select.rb    2017-04-26 14:57:25 +0900 (f02f423)
+++ lib/groonga/client/request/select.rb    2017-04-26 14:58:21 +0900 (09291b8)
@@ -192,8 +192,8 @@ module Groonga
           #
           # @example: Single condition
           #    request.
-          #      filter.between("tags", "min", "min_border", "max", "max_border").
-          #        # -> --filter 'between(tags, min, "min_border", max, "max_border")'
+          #      filter.between("age", 19, "include", 32, "exclude").
+          #        # -> --filter 'between(age, 19, "include", 32, "exclude")'
           #
           # @param column_name [String, Symbol] The target column name.
           #
-------------- next part --------------
HTML����������������������������...
下载 



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