Skip to content

Commit

Permalink
Fix rest-api-spec test search.highlight/30_max_analyzed_offset[5]
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <[email protected]>
  • Loading branch information
saimedhi committed Mar 6, 2024
1 parent 11836d0 commit 4bd360a
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> "}
- match: {hits.hits.0.highlight.field1.0: "The <em>quick</em>"}

0 comments on commit 4bd360a

Please sign in to comment.