Navigation Menu

Skip to content

Commit

Permalink
doc: add summary about match_column and query_string parameters in qu…
Browse files Browse the repository at this point in the history
…ery()
  • Loading branch information
kou committed Jun 12, 2013
1 parent e5b9863 commit 0442b91
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions doc/source/reference/functions/query.txt
Expand Up @@ -114,16 +114,22 @@ There are two required parameter, ``match_column`` and ``query_string``.
``match_column``
""""""""""""""""

It specifies ``match_column`` equivalent parameter.
It specifies the default target column for fulltext search by
``query_string`` parameter value. It is the same role as
``match_column`` parameter in ``select``.

See :ref:`select-match-columns` about match_column.
See :ref:`select-match-columns` about ``match_column`` parameter in
``select``.

``query_string``
""""""""""""""""

It specifies ``query`` equivalent parameter.
It specifies the search condition in
:doc:`/reference/grn_expr/query_syntax`. It is the same role as
``query`` parameter in ``select``.

See :ref:`select-query` about query string.
See :ref:`select-match-columns` about ``query`` parameter in
``select``.

Optional parameter
^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 0442b91

Please sign in to comment.