Navigation Menu

Skip to content

Commit

Permalink
doc: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 29, 2014
1 parent b771d18 commit 69c4044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/reference/server_variables.rst
Expand Up @@ -387,15 +387,15 @@ Here are available flags:
- Equals to ``SYNTAX_QUERY,ALLOW_LEADING_NOT``.
* - ``SYNTAX_QUERY``
- Uses `query syntax in Groonga
<http://groonga.org/docs/reference/grn_expr/query_syntax.html>_`. Query
<http://groonga.org/docs/reference/grn_expr/query_syntax.html>`_. Query
syntax in Groonga is a compatible syntax with MySQL's BOOLEAM
MODE syntax.

If neither ``SYNTAX_QUERY`` nor ``SYNTAX_SCRIPT`` aren't
specified, ``SYNTAX_QUERY`` is used.
* - ``SYNTAX_SCRIPT``
- Uses `script syntax in Groonga
<http://groonga.org/docs/reference/grn_expr/script_syntax.html>_`.
<http://groonga.org/docs/reference/grn_expr/script_syntax.html>`_.

It's JavaScript like syntax. You can use full Groonga features
with this syntax.
Expand All @@ -415,7 +415,7 @@ Here are available flags:
operation with this syntax.

See `query syntax in Groonga
<http://groonga.org/docs/reference/grn_expr/query_syntax.html>_`
<http://groonga.org/docs/reference/grn_expr/query_syntax.html>`_
for details.
* - ``ALLOW_UPDATE``
- Allows updating value by ``COLUMN:=NEW_VALUE`` syntax
Expand Down

0 comments on commit 69c4044

Please sign in to comment.