Skip to content

Commit

Permalink
query-v2: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 9, 2024
1 parent 0410381 commit 59c888d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
26 changes: 14 additions & 12 deletions _po/ja/reference/operators/query-v2.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"PO-Revision-Date: 2023-08-13 09:53+0900\n"
"PO-Revision-Date: 2024-12-09 14:43+0900\n"

msgid ""
"---\n"
Expand Down Expand Up @@ -97,17 +97,19 @@ msgid "The third signature is available since 2.0.6."
msgstr "3つ目の使い方は2.0.6から使えます。"

msgid ""
"The fourth signature is using [`pgroonga_condition` function][condition].\n"
"You can implement the second and third signatures uses with "
"[`pgroonga_condition` function][condition].\n"
"You should use this signature in 3.1.6 and above.\n"
"See [`pgroonga_condition` function][condition] for details."
"The fourth signature uses [`pgroonga_condition` function][condition]. You "
"can implement the second and third signatures with [`pgroonga_condition` "
"function][condition]. You should use this signature with 3.1.6 or later."
msgstr ""
"4つ目の使い方は[`pgroonga_condition`関数][condition]を使います。\n"
"[`pgroonga_condition`関数][condition]を使うと2つ目と3つ目の使い方が実現できま"
"す。\n"
"3.1.6以降はこの構文を使ってください。詳しくは[`pgroonga_condition`関数]"
"[condition]をご覧ください。"
"4つ目の使い方は[`pgroonga_condition`関数][condition]を使います。"
"[`pgroonga_condition`関数][condition]を使うと2つ目と3つ目の使い方も実現できま"
"す。3.1.6以降はこの構文を使ってください。"

msgid "See [`pgroonga_condition` function][condition] for details."
msgstr "詳細は[`pgroonga_condition`関数][condition]を参照してください。"

msgid "The fourth signature is available since 3.1.6."
msgstr "4つ目の使い方は3.1.6から使えます。"

msgid "Here is the description of the first signature."
msgstr "以下は1つ目の使い方の説明です。"
Expand Down Expand Up @@ -706,7 +708,7 @@ msgid " * [`&@` operator][match-v2]: Full text search by a keyword"
msgstr " * [`&@`演算子][match-v2]:キーワード1つでの全文検索"

msgid " * [`pgroonga_condition` function][condition]"
msgstr ""
msgstr " * [`pgroonga_condition`関数][condition]"

msgid " * [Groonga's query syntax][groonga-query-syntax]"
msgstr " * [Groongaのクエリーの構文][groonga-query-syntax]"
Expand Down
8 changes: 5 additions & 3 deletions ja/reference/operators/query-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ column &@~ pgroonga_condition(query,

3つ目の使い方は2.0.6から使えます。

4つ目の使い方は[`pgroonga_condition`関数][condition]を使います。
[`pgroonga_condition`関数][condition]を使うと2つ目と3つ目の使い方が実現できます。
3.1.6以降はこの構文を使ってください。詳しくは[`pgroonga_condition`関数][condition]をご覧ください。
4つ目の使い方は[`pgroonga_condition`関数][condition]を使います。[`pgroonga_condition`関数][condition]を使うと2つ目と3つ目の使い方も実現できます。3.1.6以降はこの構文を使ってください。

詳細は[`pgroonga_condition`関数][condition]を参照してください。

4つ目の使い方は3.1.6から使えます。

以下は1つ目の使い方の説明です。

Expand Down
7 changes: 4 additions & 3 deletions reference/operators/query-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ The third signature is useful to optimize more search score. For example, you ca

The third signature is available since 2.0.6.

The fourth signature is using [`pgroonga_condition` function][condition].
You can implement the second and third signatures uses with [`pgroonga_condition` function][condition].
You should use this signature in 3.1.6 and above.
The fourth signature uses [`pgroonga_condition` function][condition]. You can implement the second and third signatures with [`pgroonga_condition` function][condition]. You should use this signature with 3.1.6 or later.

See [`pgroonga_condition` function][condition] for details.

The fourth signature is available since 3.1.6.

Here is the description of the first signature.

```sql
Expand Down

0 comments on commit 59c888d

Please sign in to comment.