kibana/test/api_integration
Matt Bargar 7a1f9fbaec
Add nested field support to KQL (#47070) (#49762)
This PR adds a new syntax to KQL for querying nested fields.

Nested fields can be queried in two different ways:

Parts of the query may only match a single nested doc (bool inside nested). This is what most people want when querying on a nested field.
Parts of the query may match different nested docs (nested inside bool). This is how a regular object field works but nested fields can be queried in the same way. Although generally less useful, there are occasions where one might want to query a nested field in this way.
The new KQL syntax supports both.
2019-10-30 14:44:26 -04:00
..
apis Add nested field support to KQL (#47070) (#49762) 2019-10-30 14:44:26 -04:00
fixtures Add nested field support to KQL (#47070) (#49762) 2019-10-30 14:44:26 -04:00
services [7.x] [x-pack/ftr] refactor types to be more accurate/consiste… (#42552) 2019-08-05 08:45:34 -07:00
config.js [7.x] [x-pack/ftr] refactor types to be more accurate/consiste… (#42552) 2019-08-05 08:45:34 -07:00