kibana/x-pack/test/saved_object_api_integration
Matt Bargar 1dcec9d210
Add nested field support to KQL (#47070)
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 13:07:43 -04:00
..
common Add nested field support to KQL (#47070) 2019-10-30 13:07:43 -04:00
security_and_spaces [Saved Objects] Add support for bulkUpdate to SavedObjectsClient (#47540) 2019-10-17 11:12:27 +01:00
security_only [Saved Objects] Add support for bulkUpdate to SavedObjectsClient (#47540) 2019-10-17 11:12:27 +01:00
spaces_only [Saved Objects] Add support for bulkUpdate to SavedObjectsClient (#47540) 2019-10-17 11:12:27 +01:00