Navigation Menu

Skip to content

Commit

Permalink
doc: show only interested values
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 27, 2015
1 parent 9c1f178 commit 5308239
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/source/reference/commands/select.rst
Expand Up @@ -900,7 +900,9 @@ Here is a simple ``drilldown`` example:

.. groonga-command
.. include:: ../../example/reference/commands/select/drilldown_simple.log
.. select Entries --drilldown tag
.. select Entries \
.. --output_columns _key,tag \
.. --drilldown tag
The ``select`` command outputs the following information:

Expand All @@ -913,6 +915,7 @@ Here is a ``drilldown`` with search condition example:
.. groonga-command
.. include:: ../../example/reference/commands/select/drilldown_filter.log
.. select Entries \
.. --output_columns _key,tag \
.. --filter 'n_likes >= 5' \
.. --drilldown tag
Expand Down

0 comments on commit 5308239

Please sign in to comment.