Skip to content

Commit

Permalink
select: Add description for allowLeadingNot option
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Oct 7, 2014
1 parent a633c7e commit 09463d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions reference/1.0.7/commands/search/index.md
Expand Up @@ -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.
Expand Down

0 comments on commit 09463d8

Please sign in to comment.