[Docs] added document for the lenient option in match queries
This commit is contained in:
parent
cc9ab111a0
commit
57b2d45142
|
@ -225,3 +225,9 @@ comes to just analyze and run that text as a query behavior (which is
|
||||||
usually what a text search box does). Also, the `phrase_prefix` type can
|
usually what a text search box does). Also, the `phrase_prefix` type can
|
||||||
provide a great "as you type" behavior to automatically load search
|
provide a great "as you type" behavior to automatically load search
|
||||||
results.
|
results.
|
||||||
|
|
||||||
|
[float]
|
||||||
|
==== Other options
|
||||||
|
|
||||||
|
* `lenient` - If set to true will cause format based failures (like
|
||||||
|
providing text to a numeric field) to be ignored. Defaults to false.
|
||||||
|
|
Loading…
Reference in New Issue