Navigation Menu

Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 10, 2015
1 parent 7b1e052 commit 15e3a9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reference/operators/jsonb-contain.md
Expand Up @@ -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)
2 changes: 2 additions & 0 deletions reference/operators/jsonb-query.md
Expand Up @@ -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)

0 comments on commit 15e3a9e

Please sign in to comment.