[Groonga-commit] groonga/groonga at a23dc95 [master] doc en: fix markup

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Jul 11 14:36:31 JST 2014


HAYASHI Kentaro	2014-07-11 14:36:31 +0900 (Fri, 11 Jul 2014)

  New Revision: a23dc95bccf237fcda0d3b0e1890e4f1a77ad4fc
  https://github.com/groonga/groonga/commit/a23dc95bccf237fcda0d3b0e1890e4f1a77ad4fc

  Message:
    doc en: fix markup

  Modified files:
    doc/source/tutorial/search.rst

  Modified: doc/source/tutorial/search.rst (+3 -3)
===================================================================
--- doc/source/tutorial/search.rst    2014-07-10 19:06:38 +0900 (c83d1d0)
+++ doc/source/tutorial/search.rst    2014-07-11 14:36:31 +0900 (f73b227)
@@ -22,7 +22,7 @@ There is one difference between ``filter`` parameter and ``query`` parameter, yo
 .. include:: ../example/tutorial/search-1.log
 .. select --table Site --filter "_id <= 1" --output_columns _id,_key
 
-See the detail of above query. Here is the condition which is specified as ``filter`` parameter:
+See the detail of above query. Here is the condition which is specified as ``filter`` parameter::
 
   _id <= 1
 
@@ -52,13 +52,13 @@ This parameter accepts the conditions which is specified by syntax like JavaScri
 '_score' is one of a pseudo column. The score of full-text search is assigned to it.
 See :doc:`/reference/columns/pseudo` about '_score' column.
 
-In the above query, the condition of ``scorer`` parameter is:
+In the above query, the condition of ``scorer`` parameter is::
 
   _score = rand()
 
 In this case, the score of full-text search is overwritten by the value of rand() function.
 
-The condition of ``sortby`` parameter is:
+The condition of ``sortby`` parameter is::
 
   _score
 
-------------- next part --------------
HTML����������������������������...
Download 



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