Skip to content

Commit

Permalink
Fixed test to reflect expected result.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Seidl <[email protected]>
  • Loading branch information
drunken-monkey committed Feb 1, 2024
1 parent 304c9a7 commit 1529dfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ setup:
rest_total_hits_as_int: true
index: test1
body: {"query" : {"match" : {"field1" : "quick"}}, "highlight" : {"type" : "plain", "fields" : {"field1" : {"max_analyzer_offset": 10}}}}
- match: {hits.hits.0.highlight.field1.0: "The <em>quick</em> brown fox went to the forest and saw another fox."}
- match: {hits.hits.0.highlight.field1.0: "The <em>quick</em> "}

0 comments on commit 1529dfd

Please sign in to comment.