Add a comment about using \. to escape dots in yaml lookup paths
This commit is contained in:
parent
2a7d2f06d8
commit
cca1c50632
|
@ -21,6 +21,9 @@ If one of the levels (eg `tokens`) does not exist, it should return an undefined
|
|||
If no field name is given (ie the empty string) then return the current
|
||||
$val -- used for testing the whole response body.
|
||||
|
||||
Use \. to specify paths that actually contain '.' in the key name, for example
|
||||
in the `indices.get_settings` API.
|
||||
|
||||
Skipping tests:
|
||||
---------------
|
||||
If tests should be skipped on particular versions of Elasticsearch, the
|
||||
|
|
Loading…
Reference in New Issue