[Groonga-commit] pgroonga/pgroonga.github.io at b37facd [master] Follow &@ -> &> change

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jun 1 22:13:49 JST 2017


Kouhei Sutou	2017-06-01 22:13:49 +0900 (Thu, 01 Jun 2017)

  New Revision: b37facdcc697df52a9d1c72bd1761c952dc164e2
  https://github.com/pgroonga/pgroonga.github.io/commit/b37facdcc697df52a9d1c72bd1761c952dc164e2

  Message:
    Follow &@ -> &> change

  Modified files:
    news/index.md
    reference/index.md

  Modified: news/index.md (+2 -2)
===================================================================
--- news/index.md    2017-05-29 23:09:57 +0900 (e2e0b1c)
+++ news/index.md    2017-06-01 22:13:49 +0900 (9e74584)
@@ -52,7 +52,7 @@ title: News
 
   * [[`pgroonga.varchar_array_ops` operator class][varchar-array-ops]] Added the following v2 operators for forward compatibility:
 
-    * [`&@` operator][match-term-v2]
+    * [`&>` operator][contain-term-v2]
 
   * [[`pgroonga.jsonb_ops_v2` operator class][jsonb-ops-v2]] Added.
 
@@ -670,7 +670,7 @@ The first release!!!
 [jsonb-ops-v2]:../reference/#jsonb-ops-v2
 
 [match-v2]:../reference/operators/match-v2.html
-[match-term-v2]:../reference/operators/match-term-v2.html
+[contain-term-v2]:../reference/operators/contain-term-v2.html
 [query-v2]:../reference/operators/query-v2.html
 [prefix-search-v2]:../reference/operators/prefix-search-v2.html
 [prefix-rk-search-v2]:../reference/operators/prefix-rk-search-v2.html

  Modified: reference/index.md (+3 -3)
===================================================================
--- reference/index.md    2017-05-29 23:09:57 +0900 (e71212a)
+++ reference/index.md    2017-06-01 22:13:49 +0900 (0fdf9d2)
@@ -114,11 +114,11 @@ PGroonga defines functions, operators, operator classes and so on into `pgroonga
 
 #### `pgroonga.varchar_array_ops` operator class (default) {#varchar-array-ops}
 
-  * [`&@` operator][contain-term-v2]: Check whether a term is included in an array of terms
+  * [`&>` operator][contain-term-v2]: Check whether a term is included in an array of terms
 
   * [`%%` operator][contain-term]: Check whether a term is included in an array of terms
 
-    * Deprecated since 1.2.1. Use [`&@` operator][contain-term-v2] instead.
+    * Deprecated since 1.2.1. Use [`&>` operator][contain-term-v2] instead.
 
 ### For boolean, numbers and timestamps
 
@@ -276,7 +276,7 @@ If you use them, you need to use [incompatible case steps](../upgrade/#incompati
 
 #### `pgroonga.varchar_array_term_search_ops_v2` operator class {#varchar-array-term-search-ops-v2}
 
-  * [`&@` operator][contain-term-v2]: Check whether a term is included in an array of terms
+  * [`&>` operator][contain-term-v2]: Check whether a term is included in an array of terms
 
   * [`%%` operator][contain-term]: Check whether a term is included in an array of terms
 
-------------- next part --------------
HTML����������������������������...
Download 



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