[Groonga-commit] droonga/droonga.org at 7b8845b [gh-pages] Remove an extra "to"

Back to archive index

susumu.yata null+****@clear*****
Tue Mar 18 18:07:02 JST 2014


susumu.yata	2014-03-18 18:07:02 +0900 (Tue, 18 Mar 2014)

  New Revision: 7b8845b3737a642f771fa0de4fb670759248657a
  https://github.com/droonga/droonga.org/commit/7b8845b3737a642f771fa0de4fb670759248657a

  Merged 482ea8c: Merge pull request #13 from s-yata/gh-pages

  Message:
    Remove an extra "to"

  Modified files:
    reference/commands/search/index.md

  Modified: reference/commands/search/index.md (+1 -1)
===================================================================
--- reference/commands/search/index.md    2014-03-18 18:05:51 +0900 (570113e)
+++ reference/commands/search/index.md    2014-03-18 18:07:02 +0900 (540226a)
@@ -107,7 +107,7 @@ So, this means: "name the search result of the query as `people`".
 
 Why the command above returns all informations of the table? Because:
 
- * There is no search condition. This command matches to all records in the specified table, if no condition is specified.
+ * There is no search condition. This command matches all records in the specified table, if no condition is specified.
  * [`output`](#query-output)'s `elements` contains `records` (and `count`) column(s). The parameter `elements` controls the returned information. Matched records are returned as `records`, the total number of matched records are returned as `count`.
  * [`output`](#query-output)'s `limit` is `-1`. The parameter `limit` controls the number of returned records, and `-1` means "return all records".
  * [`output`](#query-output)'s `attributes` contains all columns of the Person table. The parameter `attributes` controls which columns' value are returned.
-------------- next part --------------
HTML����������������������������...
Download 



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