Kouhei Sutou
null+****@clear*****
Sat Oct 10 23:29:36 JST 2015
Kouhei Sutou 2015-10-10 23:29:36 +0900 (Sat, 10 Oct 2015) New Revision: 15e3a9ed54702d8c9b68c2f2082753bdcee4ccc6 https://github.com/pgroonga/pgroonga.github.io/commit/15e3a9ed54702d8c9b68c2f2082753bdcee4ccc6 Message: Add TODO Modified files: reference/operators/jsonb-contain.md reference/operators/jsonb-query.md Modified: reference/operators/jsonb-contain.md (+2 -0) =================================================================== --- reference/operators/jsonb-contain.md 2015-10-10 23:29:04 +0900 (5f9ece5) +++ reference/operators/jsonb-contain.md 2015-10-10 23:29:36 +0900 (190494f) @@ -9,6 +9,8 @@ PGroonga supports fast index search by `@>` operator. [`@>` is a built-in PostgreSQL operator](http://www.postgresql.org/docs/current/static/functions-json.html#FUNCTIONS-JSONB-OP-TABLE). `@>` returns true when the right hand side `jsonb` is a sub set of left hand side `jsonb`. +TODO + ## See also * [`jsonb` support](../jsonb.html) Modified: reference/operators/jsonb-query.md (+2 -0) =================================================================== --- reference/operators/jsonb-query.md 2015-10-10 23:29:04 +0900 (8d6203b) +++ reference/operators/jsonb-query.md 2015-10-10 23:29:36 +0900 (8a0e5b5) @@ -7,6 +7,8 @@ layout: en `@@` operator is a PGroonga original operator. You can use complex condition that can't be written by `@>` operator such as range search. If you know [JsQuery](https://github.com/postgrespro/jsquery), you can understand like "PGroonga provides `jsonb` related search features that are similar to JsQuery with different syntax". +TODO + ## See also * [`jsonb` support](../jsonb.html) -------------- next part -------------- HTML����������������������������...Download