[Groonga-commit] groonga/groonga at 7020c61 [master] doc: use drilldowns[...] instead of drilldown[...]

Zurück zum Archiv-Index

Kentaro Hayashi null+****@clear*****
Mon May 30 17:37:39 JST 2016


Kentaro Hayashi	2016-05-30 17:37:39 +0900 (Mon, 30 May 2016)

  New Revision: 7020c614d15256194c6257bea4697eefd4180693
  https://github.com/groonga/groonga/commit/7020c614d15256194c6257bea4697eefd4180693

  Message:
    doc: use drilldowns[...] instead of drilldown[...]

  Modified files:
    doc/source/reference/commands/select.rst

  Modified: doc/source/reference/commands/select.rst (+10 -7)
===================================================================
--- doc/source/reference/commands/select.rst    2016-05-30 17:37:11 +0900 (f9556b0)
+++ doc/source/reference/commands/select.rst    2016-05-30 17:37:39 +0900 (88b60cc)
@@ -52,13 +52,16 @@ optional::
 
 ``select`` has the following named parameters for advanced drilldown:
 
-  * ``drilldown[${LABEL}].keys=null``
-  * ``drilldown[${LABEL}].sortby=null``
-  * ``drilldown[${LABEL}].output_columns="_key, _nsubrecs"``
-  * ``drilldown[${LABEL}].offset=0``
-  * ``drilldown[${LABEL}].limit=10``
-  * ``drilldown[${LABEL}].calc_types=NONE``
-  * ``drilldown[${LABEL}].calc_target=null``
+  * ``drilldowns[${LABEL}].keys=null``
+  * ``drilldowns[${LABEL}].sortby=null``
+  * ``drilldowns[${LABEL}].output_columns="_key, _nsubrecs"``
+  * ``drilldowns[${LABEL}].offset=0``
+  * ``drilldowns[${LABEL}].limit=10``
+  * ``drilldowns[${LABEL}].calc_types=NONE``
+  * ``drilldowns[${LABEL}].calc_target=null``
+
+.. deprecated:: 6.0.3
+  ``drilldown[...]`` syntax is deprecated, Use ``drilldowns[...]`` instead.
 
 You can use one or more alphabets, digits, ``_`` and ``.`` for
 ``${LABEL}``. For example, ``parent.sub1`` is a valid ``${LABEL}``.
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index