Skip to content

Commit

Permalink
doc: add summary and syntax section about in_values
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Feb 18, 2015
1 parent f93926e commit c37dfa6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions doc/source/reference/functions/in_values.rst
Expand Up @@ -11,12 +11,18 @@ in_values
Summary
-------

TODO
``in_values`` function is added since Groonga 4.0.7.

``in_values`` enables you to simplify the query which uses multiple ``OR`` or ``==``. It is recommended to use this function in point of view about performance improvements in such a case.

Syntax
------

TODO
``query`` requires two or more arguments - ``target_value`` and multiple ``value``.

::

in_values(target_value, value1, ..., valueN)

Usage
-----
Expand Down

0 comments on commit c37dfa6

Please sign in to comment.