Skip to content

Commit

Permalink
Use single backslash for nested paths (elastic#66794)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Dec 23, 2020
1 parent 3a3a099 commit 3d31c0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ setup:
nested.title:
type: fvh

- match: {hits.hits.0.inner_hits.nested_hits.hits.hits.0.highlight.nested\\.title.0: "<em>purple</em> octopus"}
- match: {hits.hits.0.inner_hits.nested_hits.hits.hits.1.highlight.nested\\.title.0: "<em>purple</em> fish"}
- match: {hits.hits.0.inner_hits.nested_hits.hits.hits.0.highlight.nested\.title.0: "<em>purple</em> octopus"}
- match: {hits.hits.0.inner_hits.nested_hits.hits.hits.1.highlight.nested\.title.0: "<em>purple</em> fish"}

0 comments on commit 3d31c0b

Please sign in to comment.