[Groonga-mysql-commit] mroonga/mroonga.github.com at 1d0d372 [master] Update tutorial document

Back to archive index
Kentaro Hayashi null+****@clear*****
Mon Dec 10 16:55:39 JST 2018


Kentaro Hayashi	2018-12-10 16:55:39 +0900 (Mon, 10 Dec 2018)

  Revision: 1d0d372bf3ab96d4822bf7d9132569c6ab1c9102
  https://github.com/mroonga/mroonga.github.com/commit/1d0d372bf3ab96d4822bf7d9132569c6ab1c9102

  Message:
    Update tutorial document

  Modified files:
    ja/docs/tutorial/storage.html
    ja/docs/tutorial/wrapper.html

  Modified: ja/docs/tutorial/storage.html (+1 -1)
===================================================================
--- ja/docs/tutorial/storage.html    2018-11-29 16:37:27 +0900 (6661ca2)
+++ ja/docs/tutorial/storage.html    2018-12-10 16:55:39 +0900 (c962c5e)
@@ -190,7 +190,7 @@
 </tr>
 <tr class="row-odd"><td><code class="docutils literal notranslate"><span class="pre">none</span></code></td>
 <td><div class="first last versionadded">
-<p><span class="versionmodified">バージョン 8.07 で追加: </span>トークナイズしません。"off"は``content``をそのまま扱いたい場合に使います。例えば、この値は前方一致検索のために指定します。</p>
+<p><span class="versionmodified">バージョン 8.07 で追加: </span>トークナイズしません。"off"は <code class="docutils literal notranslate"><span class="pre">content</span></code> をそのまま扱いたい場合に使います。例えば、この値は前方一致検索のために指定します。</p>
 </div>
 </td>
 </tr>

  Modified: ja/docs/tutorial/wrapper.html (+1 -1)
===================================================================
--- ja/docs/tutorial/wrapper.html    2018-11-29 16:37:27 +0900 (1d3c5e6)
+++ ja/docs/tutorial/wrapper.html    2018-12-10 16:55:39 +0900 (b0d9e2a)
@@ -192,7 +192,7 @@ mysql> SELECT *, MATCH (content) AGAINST ("fine") FROM diaries WHER
 </tr>
 <tr class="row-odd"><td><code class="docutils literal notranslate"><span class="pre">none</span></code></td>
 <td><div class="first last versionadded">
-<p><span class="versionmodified">バージョン 8.07 で追加: </span>トークナイズしません。"off"は``content``をそのまま扱いたい場合に使います。例えば、この値は前方一致検索のために指定します。</p>
+<p><span class="versionmodified">バージョン 8.07 で追加: </span>トークナイズしません。"off"は <code class="docutils literal notranslate"><span class="pre">content</span></code> をそのまま扱いたい場合に使います。例えば、この値は前方一致検索のために指定します。</p>
 </div>
 </td>
 </tr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20181210/2497cfa9/attachment-0001.html>


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