[Groonga-commit] groonga/groonga at 72bf785 [master] doc query: add references

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 26 08:29:32 JST 2017


Kouhei Sutou	2017-01-26 08:29:32 +0900 (Thu, 26 Jan 2017)

  New Revision: 72bf7855d994bb97ed52edcc4ad4059adfa984e3
  https://github.com/groonga/groonga/commit/72bf7855d994bb97ed52edcc4ad4059adfa984e3

  Message:
    doc query: add references

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

  Modified: doc/source/reference/functions/query.rst (+22 -12)
===================================================================
--- doc/source/reference/functions/query.rst    2017-01-26 08:29:19 +0900 (ab21782)
+++ doc/source/reference/functions/query.rst    2017-01-26 08:29:32 +0900 (1cda2d0)
@@ -179,40 +179,50 @@ Here are available modes. The default is ``MATCH`` mode.
      - Description
    * - ``EQUAL``
      - ``==``
-     - TDOO
+     - Use :ref:`query-syntax-equal-condition` as the default operator.
    * - ``NOT_EQUAL``
      - ``!=``
-     - TDOO
+     - Use :ref:`query-syntax-not-equal-condition` as the default operator.
    * - ``LESS``
      - ``<``
-     - TDOO
+     - Use :ref:`query-syntax-less-than-condition` as the default operator.
    * - ``GREATER``
      - ``>``
-     - TDOO
+     - Use :ref:`query-syntax-greater-than-condition` as the default operator.
    * - ``LESS_EQUAL``
      - ``<=``
-     - TDOO
+     - Use :ref:`query-syntax-less-than-or-equal-condition` as the
+       default operator.
    * - ``GREATER_EQUAL``
      - ``>=``
-     - TDOO
+     - Use :ref:`query-syntax-greater-than-or-equal-condition` as the
+       default operator.
    * - ``MATCH``
      - ``@``
-     - TDOO
+     - Use :ref:`query-syntax-full-text-search-condition` as the
+       default operator.
+
+       It's the default.
    * - ``NEAR``
      - ``*N``
-     - TDOO
+     - Use :ref:`query-syntax-near-search-condition` as the default
+       operator.
    * - ``SIMILAR``
      - ``*S``
-     - TDOO
+     - Use :ref:`query-syntax-similar-search-condition` as the default
+       operator.
    * - ``PREFIX``
      - ``^``, ``@^``
-     - TDOO
+     - Use :ref:`query-syntax-prefix-search-condition` as the default
+       operator.
    * - ``SUFFIX``
      - ``$``, ``@$``
-     - TDOO
+     - Use :ref:`query-syntax-suffix-search-condition` as the default
+       operator.
    * - ``REGEXP``
      - ``~``, ``@~``
-     - TDOO
+     - Use :ref:`query-syntax-regular-expression-condition` as the default
+       operator.
 
 ``flags``
 """""""""
-------------- next part --------------
HTML����������������������������...
Descargar 



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