[Groonga-commit] pgroonga/pgroonga.github.io at 8a82211 [master] Remove a garbage character

Back to archive index

Kenji Okimoto null+****@clear*****
Wed Feb 3 11:01:40 JST 2016


Kenji Okimoto	2016-02-03 11:01:40 +0900 (Wed, 03 Feb 2016)

  New Revision: 8a8221163ac07e68d69e60113e521408237f08b1
  https://github.com/pgroonga/pgroonga.github.io/commit/8a8221163ac07e68d69e60113e521408237f08b1

  Merged b640b27: Merge pull request #15 from okkez/fix-tutorial-like

  Message:
    Remove a garbage character

  Modified files:
    ja/tutorial/index.md

  Modified: ja/tutorial/index.md (+1 -1)
===================================================================
--- ja/tutorial/index.md    2016-01-28 14:01:18 +0900 (12260f4)
+++ ja/tutorial/index.md    2016-02-03 11:01:40 +0900 (647d0aa)
@@ -121,7 +121,7 @@ SELECT * FROM memos WHERE content @@ 'PGroonga OR PostgreSQL';
 
 PGroongaは`LIKE`演算子をサポートしています。既存のSQLを変更しなくてもPGroongaを使った高速な全文検索を実現できます。
 
-`column LIKE '%キーワードd%'`は`column %% 'キーワード'`と等価です。
+`column LIKE '%キーワード%'`は`column %% 'キーワード'`と等価です。
 
 ```sql
 SELECT * FROM memos WHERE content %% '全文検索';
-------------- next part --------------
HTML����������������������������...
Download 



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