[Groonga-commit] droonga/droonga.org at 09463d8 [gh-pages] select: Add description for allowLeadingNot option

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Oct 7 12:35:01 JST 2014


YUKI Hiroshi	2014-10-07 12:35:01 +0900 (Tue, 07 Oct 2014)

  New Revision: 09463d82878bf30e6a5d3eb61f34802e781dafd7
  https://github.com/droonga/droonga.org/commit/09463d82878bf30e6a5d3eb61f34802e781dafd7

  Message:
    select: Add description for allowLeadingNot option

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

  Modified: reference/1.0.7/commands/search/index.md (+4 -0)
===================================================================
--- reference/1.0.7/commands/search/index.md    2014-10-07 12:32:39 +0900 (fef9904)
+++ reference/1.0.7/commands/search/index.md    2014-10-07 12:35:01 +0900 (ab7b810)
@@ -817,6 +817,10 @@ In this pattern, you'll specify a search condition as a hash like:
 : A boolean value to allow (`true`) or disallow (`false`) to specify column name for each query in the `query`, like `name:Alice`.
   This parameter is optional, the default value is `true`.
 
+`allowLeadingNot`
+: A boolean value to allow (`true`) or disallow (`false`) to appear "negative expression" on the first query in the `query`, like `-foobar`.
+  This parameter is optional, the default value is `false`.
+
 `matchEscalationThreshold`
 : An integer to specify the threshold to escalate search methods.
   When the number of search results by indexes is smaller than this value, then Droonga does the search based on partial matching, etc.
-------------- next part --------------
HTML����������������������������...
Download 



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