[Groonga-commit] droonga/droonga.org at eef8aad [gh-pages] Remove trailing spaces

Back to archive index

Yoji Shidara null+****@clear*****
Mon Jan 27 19:03:51 JST 2014


Yoji Shidara	2014-01-27 19:03:51 +0900 (Mon, 27 Jan 2014)

  New Revision: eef8aad466e6f3a43fc64e60f637f9fad2d19905
  https://github.com/droonga/droonga.org/commit/eef8aad466e6f3a43fc64e60f637f9fad2d19905

  Message:
    Remove trailing spaces

  Modified files:
    reference/commands/search/index.md

  Modified: reference/commands/search/index.md (+5 -5)
===================================================================
--- reference/commands/search/index.md    2014-01-27 18:40:18 +0900 (810773c)
+++ reference/commands/search/index.md    2014-01-27 19:03:51 +0900 (b2a79c5)
@@ -421,7 +421,7 @@ You can group search results by a column, via the [`groupBy`](#query-groupBy) pa
          "body" : {
            "sexuality" : {
              "count" : 2,
-             "records" : 
+             "records" :
                ["female", 2],
                ["male", 7]
              ]
@@ -442,7 +442,7 @@ You can also extract the ungrouped record by the `maxNSubRecords` parameter and
             "groupBy" : {
               "keys"           : "sex",
               "maxNSubRecords" : 2
-            }, 
+            },
             "output"  : {
               "elements"   : ["count", "records"],
               "attributes" : [
@@ -464,7 +464,7 @@ You can also extract the ungrouped record by the `maxNSubRecords` parameter and
          "body" : {
            "sexuality" : {
              "count" : 2,
-             "records" : 
+             "records" :
                ["female", 2, [["Alice Arnold"], ["Alice Miller"]]],
                ["male",   7, [["Alice Cooper"], ["Bob Dole"]]]
              ]
@@ -574,7 +574,7 @@ For example, the following query returns two results: records that their `name`
            },
            "sexuality" : {
              "count" : 2,
-             "records" : 
+             "records" :
                ["female", 2],
                ["male", 1]
              ]
@@ -974,7 +974,7 @@ An output definition is given as a hash like:
   
   This parameter is optional and the default value is `0`.
 
-`attributes` 
+`attributes`
 : Definition of columns to be exported for each record.
   Possible patterns:
   
-------------- next part --------------
HTML����������������������������...
Download 



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