[Groonga-commit] groonga/groonga at 7588965 [master] doc: fix mismatch about query and example

Back to archive index

Kentaro Hayashi null+****@clear*****
Wed May 10 17:00:30 JST 2017


Kentaro Hayashi	2017-05-10 17:00:30 +0900 (Wed, 10 May 2017)

  New Revision: 75889658b959f16e42beb090c3c1fd6aa18c6d1b
  https://github.com/groonga/groonga/commit/75889658b959f16e42beb090c3c1fd6aa18c6d1b

  Message:
    doc: fix mismatch about query and example

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

  Modified: doc/source/tutorial/match_columns.rst (+4 -4)
===================================================================
--- doc/source/tutorial/match_columns.rst    2017-05-10 16:49:27 +0900 (5abae40)
+++ doc/source/tutorial/match_columns.rst    2017-05-10 17:00:30 +0900 (e22a189)
@@ -135,13 +135,13 @@ For example, if you want to search title or body only, specify ``Terms.entries_t
 .. include:: ../example/tutorial/match_columns-specific-title-index.log
 .. select --table Entries --match_columns Terms.entries_title --query "Groonga"
 
-This example uses ``Terms.entries_title`` as index, then search "Hello Groonga" against title data column.
+This example uses ``Terms.entries_title`` as index, then search "Groonga" against title data column.
 
 .. groonga-command
 .. include:: ../example/tutorial/match_columns-specific-body-index.log
 .. select --table Entries --match_columns Terms.entries_body --query "Groonga"
 
-This example uses ``Terms.entries_body`` as index, then search "Hello Groonga" against body data column.
+This example uses ``Terms.entries_body`` as index, then search "Groonga" against body data column.
 
 If you specify multiple index column which is related to specific data columns, you can also specify data column name as suffix. It means that "Use specific index and search specific data column explicitly".
 
@@ -151,13 +151,13 @@ For example, if you want to search title or body only with ``entries_whole`` ind
 .. include:: ../example/tutorial/match_columns-specific-whole-with-title.log
 .. select --table Entries --match_columns Terms.entries_whole.title --query "Groonga"
 
-This example uses ``Terms.entries_whole`` as index, then search "Hello Groonga" against title data column.
+This example uses ``Terms.entries_whole`` as index, then search "Groonga" against title data column.
 
 .. groonga-command
 .. include:: ../example/tutorial/match_columns-specific-whole-with-body.log
 .. select --table Entries --match_columns Terms.entries_whole.body --query "Groonga"
 
-This example uses ``Terms.entries_whole`` as index, then search "Hello Groonga" against body data column.
+This example uses ``Terms.entries_whole`` as index, then search "Groonga" against body data column.
 
 .. _nested-index-search:
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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