[Groonga-commit] pgroonga/pgroonga.github.io at 345879d [master] Add ILIKE

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 28 23:22:58 JST 2015


Kouhei Sutou	2015-10-28 23:22:58 +0900 (Wed, 28 Oct 2015)

  New Revision: 345879dfda4d417ed42b415039c22f42da3f92be
  https://github.com/pgroonga/pgroonga.github.io/commit/345879dfda4d417ed42b415039c22f42da3f92be

  Message:
    Add ILIKE

  Modified files:
    _po/ja/reference/index.po
    ja/reference/index.md
    reference/index.md

  Modified: _po/ja/reference/index.po (+5 -5)
===================================================================
--- _po/ja/reference/index.po    2015-10-28 23:20:57 +0900 (d96e00a)
+++ _po/ja/reference/index.po    2015-10-28 23:22:58 +0900 (dec02f8)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2015-10-25 22:36+0900\n"
+"PO-Revision-Date: 2015-10-28 23:22+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -47,11 +47,11 @@ msgstr "  * [`jsonb`サポート](jsonb.html)"
 msgid "## Operators"
 msgstr "## 演算子"
 
-msgid "  * [`LIKE` operator](operators/like.html) for full text search"
-msgstr "  * 全文検索用の[`LIKE`演算子](operators/like.html)"
+msgid "  * [`LIKE` operator](operators/like.html)"
+msgstr "  * [`LIKE`演算子](operators/like.html)"
 
-msgid "  * `LIKE` operator for regular expression"
-msgstr "  * 正規表現用の`LIKE`演算子"
+msgid "  * `ILIKE` operator"
+msgstr "  * `ILIKE`演算子"
 
 msgid "  * [`%%` operator](operators/match.html)"
 msgstr "  * [`%%`演算子](operators/match.html)"

  Modified: ja/reference/index.md (+2 -2)
===================================================================
--- ja/reference/index.md    2015-10-28 23:20:57 +0900 (9208b20)
+++ ja/reference/index.md    2015-10-28 23:22:58 +0900 (1e36fcb)
@@ -17,9 +17,9 @@ layout: ja
 
 ## 演算子
 
-  * 全文検索用の[`LIKE`演算子](operators/like.html)
+  * [`LIKE`演算子](operators/like.html)
 
-  * 正規表現用の`LIKE`演算子
+  * `ILIKE`演算子
 
   * [`%%`演算子](operators/match.html)
 

  Modified: reference/index.md (+2 -2)
===================================================================
--- reference/index.md    2015-10-28 23:20:57 +0900 (beb2d9c)
+++ reference/index.md    2015-10-28 23:22:58 +0900 (dd25a0c)
@@ -17,9 +17,9 @@ This document describes about all features. [Tutorial](../tutorial/) focuses on
 
 ## Operators
 
-  * [`LIKE` operator](operators/like.html) for full text search
+  * [`LIKE` operator](operators/like.html)
 
-  * `LIKE` operator for regular expression
+  * `ILIKE` operator
 
   * [`%%` operator](operators/match.html)
 
-------------- next part --------------
HTML����������������������������...
Download 



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