[Groonga-commit] droonga/droonga.org at 657dd24 [gh-pages] Write about URL encoding

Back to archive index

Yoji Shidara null+****@clear*****
Thu Aug 29 14:41:04 JST 2013


Yoji Shidara	2013-08-29 14:41:04 +0900 (Thu, 29 Aug 2013)

  New Revision: 657dd2439aabf8eecb0357ff7b70525fed83aa9b
  https://github.com/droonga/droonga.org/commit/657dd2439aabf8eecb0357ff7b70525fed83aa9b

  Message:
    Write about URL encoding

  Modified files:
    tutorial/index.md

  Modified: tutorial/index.md (+1 -1)
===================================================================
--- tutorial/index.md    2013-08-29 14:40:06 +0900 (47d7a1b)
+++ tutorial/index.md    2013-08-29 14:41:04 +0900 (57c9dc3)
@@ -319,7 +319,7 @@ frontend.js:
 
 `count` の値からデータが全部で 36 件あることがわかります。そのうちの 10 件が取得できました。
 
-もう少し複雑なクエリを試してみましょう。例えば、店名に「阿佐ヶ谷」を含むたいやき屋を検索します。`query` パラメータにクエリ `阿佐ヶ谷` を、`match_to` パラメータに検索対象として `_key` を指定し、以下のようなリクエストを発行します。
+もう少し複雑なクエリを試してみましょう。例えば、店名に「阿佐ヶ谷」を含むたいやき屋を検索します。`query` パラメータにクエリ `阿佐ヶ谷` を URL エンコードした `%E9%98%BF%E4%BD%90%E3%83%B6%E8%B0%B7` を、`match_to` パラメータに検索対象として `_key` を指定し、以下のようなリクエストを発行します。
 
     $ curl "http://localhost:3000/droonga/tables/Shops?query=%E9%98%BF%E4%BD%90%E3%83%B6%E8%B0%B7&match_to=_key&attributes=_key"
     {
-------------- next part --------------
HTML����������������������������...
Download 



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