Navigation Menu

Skip to content

Commit

Permalink
Add ILIKE
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 28, 2015
1 parent e1838d5 commit 345879d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions _po/ja/reference/index.po
@@ -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"
Expand Down Expand Up @@ -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)"
Expand Down
4 changes: 2 additions & 2 deletions ja/reference/index.md
Expand Up @@ -17,9 +17,9 @@ layout: ja

## 演算子

* 全文検索用の[`LIKE`演算子](operators/like.html)
* [`LIKE`演算子](operators/like.html)

* 正規表現用の`LIKE`演算子
* `ILIKE`演算子

* [`%%`演算子](operators/match.html)

Expand Down
4 changes: 2 additions & 2 deletions reference/index.md
Expand Up @@ -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)

Expand Down

0 comments on commit 345879d

Please sign in to comment.