kibana/docs/discover
Lukas Olson e9ff31f185 Update Kuery Syntax (#15857)
This PR evolves Kuery into a simplified, more lucene-like language. In a follow up PR we plan on getting rid of the language switcher dropdown and instead add a checkbox that will allow users to opt-in to this syntax, which will feel less like a separate language and more like a set of enhancements to the existing lucene query syntax.

This PR also updates the simple grammar to solve the following:

* Wildcards in field names
* "is one of" shorthand (e.g. foo:(bar OR baz OR qux))
* Don't split on whitespace (require explicit AND/ORs, case insensitive)
* "exists" query (e.g. foo:*)
* Improved range query shorthands (e.g. foo <= 1)
* Wildcard queries

Since this new syntax is simpler and does not support every filter type like old Kuery did, this PR also brings back the filter bar when kuery is selected in the language picker.

See the documentation updates in this PR if you need an overview of the new syntax (and let us know if the documentation is lacking).
2018-03-07 08:29:34 -08:00
..
autorefresh.asciidoc
context.asciidoc [DOCS] Update Kibana Guide to use shared attributes (#12505) 2017-06-27 10:13:42 -07:00
document-data.asciidoc
field-filter.asciidoc Re-enable filter editor suggestions (#13376) 2017-08-25 16:38:49 -07:00
kuery.asciidoc Update Kuery Syntax (#15857) 2018-03-07 08:29:34 -08:00
search.asciidoc Add Kuery docs and break search page into subsections (#13074) 2017-08-02 15:16:00 -04:00
set-time-filter.asciidoc
viewing-field-stats.asciidoc