[Groonga-commit] droonga/droonga.org at 9198601 [gh-pages] Fix response in tutorial

Back to archive index

Yoji Shidara null+****@clear*****
Tue Dec 24 15:36:21 JST 2013


Yoji Shidara	2013-12-24 15:36:21 +0900 (Tue, 24 Dec 2013)

  New Revision: 9198601cb110b25a34de0c00202ec11f1ab3524d
  https://github.com/droonga/droonga.org/commit/9198601cb110b25a34de0c00202ec11f1ab3524d

  Message:
    Fix response in tutorial
    
    Since we specify limit=-1, all of 40 results should be returned.
    The format of JSON also updated to reflect the real output of current
    implementation.

  Modified files:
    tutorial/index.md

  Modified: tutorial/index.md (+120 -20)
===================================================================
--- tutorial/index.md    2013-12-24 14:27:59 +0900 (d0b0d8d)
+++ tutorial/index.md    2013-12-24 15:36:21 +0900 (76f90be)
@@ -323,26 +323,126 @@ We're all set. Let's send a search request to the protocol adapter via HTTP. At
       "result": {
         "count": 40,
         "records": [
-          ["1st Avenue & 75th St. - New York NY  (W)"],
-          ["76th & Second - New York NY  (W)"],
-          ["2nd Ave. & 9th Street - New York NY"],
-          ["15th & Third - New York NY  (W)"],
-          ["41st and Broadway - New York NY  (W)"],
-          ["84th & Third Ave - New York NY  (W)"],
-          ["150 E. 42nd Street - New York NY  (W)"],
-          ["West 43rd and Broadway - New York NY  (W)"],
-          ["Macy's 35th Street Balcony - New York NY"],
-          ["Macy's 6th Floor - Herald Square - New York NY  (W)"],
-          ["Herald Square- Macy's - New York NY"],
-          ["Macy's 5th Floor - Herald Square - New York NY  (W)"],
-          ["80th & York - New York NY  (W)"],
-          ["Columbus @ 67th - New York NY  (W)"],
-          ["45th & Broadway - New York NY  (W)"],
-          ["Marriott Marquis - Lobby - New York NY"],
-          ["Second @ 81st - New York NY  (W)"],
-          ["52nd & Seventh - New York NY  (W)"],
-          ["1585 Broadway (47th) - New York NY  (W)"],
-          ["85th & First - New York NY  (W)"]
+          [
+            "76th & Second - New York NY  (W)"
+          ],
+          [
+            "15th & Third - New York NY  (W)"
+          ],
+          [
+            "41st and Broadway - New York NY  (W)"
+          ],
+          [
+            "West 43rd and Broadway - New York NY  (W)"
+          ],
+          [
+            "Macy's 6th Floor - Herald Square - New York NY  (W)"
+          ],
+          [
+            "Herald Square- Macy's - New York NY"
+          ],
+          [
+            "Columbus @ 67th - New York NY  (W)"
+          ],
+          [
+            "45th & Broadway - New York NY  (W)"
+          ],
+          [
+            "1585 Broadway (47th) - New York NY  (W)"
+          ],
+          [
+            "85th & First - New York NY  (W)"
+          ],
+          [
+            "92nd & 3rd - New York NY  (W)"
+          ],
+          [
+            "1656 Broadway - New York NY  (W)"
+          ],
+          [
+            "19th & 8th - New York NY  (W)"
+          ],
+          [
+            "60th & Broadway-II - New York NY  (W)"
+          ],
+          [
+            "195 Broadway - New York NY  (W)"
+          ],
+          [
+            "2 Broadway - New York NY  (W)"
+          ],
+          [
+            "NY Plaza - New York NY  (W)"
+          ],
+          [
+            "36th and Madison - New York NY  (W)"
+          ],
+          [
+            "125th St. btwn Adam Clayton & FDB - New York NY"
+          ],
+          [
+            "2138 Broadway - New York NY  (W)"
+          ],
+          [
+            "118th & Frederick Douglas Blvd. - New York NY  (W)"
+          ],
+          [
+            "42nd & Second - New York NY  (W)"
+          ],
+          [
+            "1st Avenue & 75th St. - New York NY  (W)"
+          ],
+          [
+            "2nd Ave. & 9th Street - New York NY"
+          ],
+          [
+            "84th & Third Ave - New York NY  (W)"
+          ],
+          [
+            "150 E. 42nd Street - New York NY  (W)"
+          ],
+          [
+            "Macy's 35th Street Balcony - New York NY"
+          ],
+          [
+            "Macy's 5th Floor - Herald Square - New York NY  (W)"
+          ],
+          [
+            "80th & York - New York NY  (W)"
+          ],
+          [
+            "Marriott Marquis - Lobby - New York NY"
+          ],
+          [
+            "Second @ 81st - New York NY  (W)"
+          ],
+          [
+            "52nd & Seventh - New York NY  (W)"
+          ],
+          [
+            "165 Broadway - 1 Liberty - New York NY  (W)"
+          ],
+          [
+            "54th & Broadway - New York NY  (W)"
+          ],
+          [
+            "Limited Brands-NYC - New York NY"
+          ],
+          [
+            "63rd & Broadway - New York NY  (W)"
+          ],
+          [
+            "2 Columbus Ave. - New York NY  (W)"
+          ],
+          [
+            "70th & Broadway - New York NY  (W)"
+          ],
+          [
+            "Broadway @ 81st - New York NY  (W)"
+          ],
+          [
+            "Fashion Inst of Technology - New York NY"
+          ]
         ]
       }
     }
-------------- next part --------------
HTML����������������������������...
下载 



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