[Groonga-commit] groonga/groonga at 00bcba4 [master] doc: fix query() function summary

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Sep 9 23:44:30 JST 2013


Kouhei Sutou	2013-09-09 23:44:30 +0900 (Mon, 09 Sep 2013)

  New Revision: 00bcba401b6bd923f4e6ff0d924022f1103d2106
  https://github.com/groonga/groonga/commit/00bcba401b6bd923f4e6ff0d924022f1103d2106

  Message:
    doc: fix query() function summary
    
    TODO: Updating translation.

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

  Modified: doc/source/reference/functions/query.txt (+7 -7)
===================================================================
--- doc/source/reference/functions/query.txt    2013-09-09 23:34:09 +0900 (e4122b7)
+++ doc/source/reference/functions/query.txt    2013-09-09 23:44:30 +0900 (f00fcd4)
@@ -11,16 +11,16 @@ query
 Summary
 -------
 
-``query`` enables you to specify ``--match_columns`` and ``--query_string`` parameters as
-function arguments.
-
-``query`` is one of the groonga builtin functions, so you can specify
-multiple ``query`` function as parameters of ``--filter`` option.
+``query`` provides ``--match_columns`` and ``--query`` parameters of
+:doc:`/reference/commands/select` feature as function. You can specify
+multiple ``query`` functions in ``--filter`` parameter in
+:doc:`/reference/commands/select`.
 
 Because of such flexibility, you can control full text search behavior
-by combination of multiple ``query`` function.
+by combination of multiple ``query`` functions.
 
-``query`` can be used in only ``--filter`` in :doc:`/reference/commands/select`.
+``query`` can be used in only ``--filter`` in
+:doc:`/reference/commands/select`.
 
 Syntax
 ------
-------------- next part --------------
HTML����������������������������...
Download 



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