[Groonga-commit] groonga/groonga at 0442b91 [master] doc: add summary about match_column and query_string parameters in query()

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jun 12 15:08:04 JST 2013


Kouhei Sutou	2013-06-12 15:08:04 +0900 (Wed, 12 Jun 2013)

  New Revision: 0442b91dc2a11c7253c2bccbbf9ffe71bff17704
  https://github.com/groonga/groonga/commit/0442b91dc2a11c7253c2bccbbf9ffe71bff17704

  Message:
    doc: add summary about match_column and query_string parameters in query()

  Modified files:
    doc/source/reference/functions/query.txt

  Modified: doc/source/reference/functions/query.txt (+10 -4)
===================================================================
--- doc/source/reference/functions/query.txt    2013-06-12 15:01:48 +0900 (05fdbb2)
+++ doc/source/reference/functions/query.txt    2013-06-12 15:08:04 +0900 (81628b7)
@@ -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
 ^^^^^^^^^^^^^^^^^^
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index