[Groonga-commit] groonga/groonga at 3233c29 [master] doc: fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 1 11:00:44 JST 2013


Kouhei Sutou	2013-07-01 11:00:44 +0900 (Mon, 01 Jul 2013)

  New Revision: 3233c29f304e407241d0ad3785befdddea2ac245
  https://github.com/groonga/groonga/commit/3233c29f304e407241d0ad3785befdddea2ac245

  Message:
    doc: fix a typo
    
    Add missing "s" to match_column.

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

  Modified: doc/source/reference/functions/query.txt (+10 -10)
===================================================================
--- doc/source/reference/functions/query.txt    2013-06-28 16:15:32 +0900 (521c0c5)
+++ doc/source/reference/functions/query.txt    2013-07-01 11:00:44 +0900 (b1a1aa0)
@@ -25,15 +25,15 @@ by combination of multiple ``query`` function.
 Syntax
 ------
 
-``query`` requires two arguments - ``match_column`` and ``query_string``.
+``query`` requires two arguments - ``match_columns`` and ``query_string``.
 
 The parameter ``query_expander`` or ``substitution_table`` is optional.
 
 ::
 
-  query(match_column, query_string)
-  query(match_column, query_string, query_expander)
-  query(match_column, query_string, substitution_table)
+  query(match_columns, query_string)
+  query(match_columns, query_string, query_expander)
+  query(match_columns, query_string, substitution_table)
 
 
 Usage
@@ -72,7 +72,7 @@ Sample data:
 .. ]
 
 Here is the simple usage of ``query`` function which execute full text
-search by keyword 'alice' without using ``--match_column`` and
+search by keyword 'alice' without using ``--match_columns`` and
 ``--query`` arguments in ``--filter``.
 
 .. groonga-command
@@ -109,16 +109,16 @@ Parameters
 Required parameter
 ^^^^^^^^^^^^^^^^^^
 
-There are two required parameter, ``match_column`` and ``query_string``.
+There are two required parameter, ``match_columns`` and ``query_string``.
 
-``match_column``
-""""""""""""""""
+``match_columns``
+"""""""""""""""""
 
 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``.
+:ref:``match_columns`` parameter in ``select``.
 
-See :ref:`select-match-columns` about ``match_column`` parameter in
+See :ref:`select-match-columns` about ``match_columns`` parameter in
 ``select``.
 
 ``query_string``
-------------- next part --------------
HTML����������������������������...
Download 



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