Kouhei Sutou
null+****@clear*****
Thu Jun 1 23:49:40 JST 2017
Kouhei Sutou 2017-06-01 23:49:40 +0900 (Thu, 01 Jun 2017) New Revision: c5cdeac1bfa85a6b6a10a2b1a1f128c33a02cb97 https://github.com/pgroonga/pgroonga.github.io/commit/c5cdeac1bfa85a6b6a10a2b1a1f128c33a02cb97 Message: Use "|" suffix for "in" case instead of ">" Because PostgreSQL uses "|" suffix for "any of elements" such as "?|" for jsonb. Modified files: reference/index.md Modified: reference/index.md (+40 -0) =================================================================== --- reference/index.md 2017-06-01 22:13:49 +0900 (0fdf9d2) +++ reference/index.md 2017-06-01 23:49:40 +0900 (8360a30) @@ -180,20 +180,36 @@ If you use them, you need to use [incompatible case steps](../upgrade/#incompati * [`` &` `` operator](operators/script-v2.html): Advanced search by ECMAScript like query language + * [`&@|` operator][match-in-v2]: Full text search by an array of keywords + * [`&@>` operator][match-in-v2]: Full text search by an array of keywords + * Deprecated since 1.2.1. Use [`&@|` operator][match-in-v2] instead. + + * [`&?|` operator][query-in-v2]: Full text search by an array of queries in easy to use query language + * [`&?>` operator][query-in-v2]: Full text search by an array of queries in easy to use query language + * Deprecated since 1.2.1. Use [`&?|` operator][query-in-v2] instead. + #### `pgroonga.text_term_search_ops_v2` operator class {#text-term-search-ops-v2} * [`&^` operator](operators/prefix-search-v2.html): Prefix search * [`&^~` operator](operators/prefix-rk-search-v2.html): Prefix RK search + * [`&^|` operator][prefix-search-in-v2]: Prefix search by an array of prefixes + * [`&^>` operator][prefix-search-in-v2]: Prefix search by an array of prefixes + * Deprecated since 1.2.1. Use [`&^|` operator][query-in-v2] instead. + + * [`&^~|` operator][prefix-rk-search-in-v2]: Prefix RK search by an array of prefixes + * [`&^~>` operator][prefix-rk-search-in-v2]: Prefix RK search by an array of prefixes + * Deprecated since 1.2.1. Use [`&^~|` operator][query-in-v2] instead. + #### `pgroonga.text_regexp_ops_v2` operator class {#text-regexp-ops-v2} * [`LIKE` operator](operators/like.html) @@ -226,20 +242,36 @@ If you use them, you need to use [incompatible case steps](../upgrade/#incompati * [`` &` `` operator](operators/script-v2.html): Advanced search by ECMAScript like query language + * [`&@|` operator][match-in-v2]: Full text search by an array of keywords + * [`&@>` operator][match-in-v2]: Full text search by an array of keywords + * Deprecated since 1.2.1. Use [`&@|` operator][match-in-v2] instead. + + * [`&?|` operator][query-in-v2]: Full text search by an array of queries in easy to use query language + * [`&?>` operator][query-in-v2]: Full text search by an array of queries in easy to use query language + * Deprecated since 1.2.1. Use [`&?|` operator][query-in-v2] instead. + #### `pgroonga.text_array_term_search_ops_v2` operator class {#text-array-term-search-ops-v2} * [`&^` operator](operators/prefix-search-v2.html): Prefix search * [`&^~` operator](operators/prefix-rk-search-v2.html): Prefix RK search + * [`&^|` operator][prefix-search-in-v2]: Prefix search by an array of prefixes + * [`&^>` operator][prefix-search-in-v2]: Prefix search by an array of prefixes + * Deprecated since 1.2.1. Use [`&^|` operator][query-in-v2] instead. + + * [`&^~|` operator][prefix-rk-search-in-v2]: Prefix RK search by an array of prefixes + * [`&^~>` operator][prefix-rk-search-in-v2]: Prefix RK search by an array of prefixes + * Deprecated since 1.2.1. Use [`&^~|` operator][query-in-v2] instead. + ### For `varchar` #### `pgroonga.varchar_full_text_search_ops_v2` operator class {#varchar-full-text-search-ops-v2} @@ -260,10 +292,18 @@ If you use them, you need to use [incompatible case steps](../upgrade/#incompati * [`` &` `` operator](operators/script-v2.html): Advanced search by ECMAScript like query language + * [`&@|` operator][match-in-v2]: Full text search by an array of keywords + * [`&@>` operator][match-in-v2]: Full text search by an array of keywords + * Deprecated since 1.2.1. Use [`&@|` operator][query-in-v2] instead. + + * [`&?|` operator][query-in-v2]: Full text search by an array of queries in easy to use query language + * [`&?>` operator][query-in-v2]: Full text search by an array of queries in easy to use query language + * Deprecated since 1.2.1. Use [`&?|` operator][query-in-v2] instead. + #### `pgroonga.varchar_regexp_ops_v2` operator class {#varchar-regexp-ops-v2} * [`&~` operator](operators/regular-expression-v2.html): Search by regular expression -------------- next part -------------- HTML����������������������������... Download