[Groonga-commit] ranguba/groonga-client at c22047f [master] Fix exsample of geo_in_rectangle.

アーカイブの一覧に戻る

HorimotoYasuhiro null+****@clear*****
Thu Apr 27 16:50:34 JST 2017


HorimotoYasuhiro	2017-04-27 16:50:34 +0900 (Thu, 27 Apr 2017)

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

  Merged 21cf21b: Merge pull request #19 from komainu8/feature/add_geo_in_rectangle

  Message:
    Fix exsample of geo_in_rectangle.

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

  Modified: lib/groonga/client/request/select.rb (+1 -1)
===================================================================
--- lib/groonga/client/request/select.rb    2017-04-27 16:09:06 +0900 (7ae0ea6)
+++ lib/groonga/client/request/select.rb    2017-04-27 16:50:34 +0900 (81bac01)
@@ -234,7 +234,7 @@ module Groonga
           #   @example: Basic usage
           #      request.
           #        filter.geo_in_rectangle(:location, "0x100", "100x0").
-          #          # -> --filter 'geo_in_rectangle(location, 0x100, 100x0)'
+          #          # -> --filter 'geo_in_rectangle(location, "0x100", "100x0")'
           #
           #   @param column_name [Symbol] The column name to be checked.
           #
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る