Skip to content

Commit b68efa6

Browse files
authored
Merge pull request #107720 from LuisCabrer/luiscabranch
New highlighting changes
2 parents 04ed205 + e496154 commit b68efa6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/search/search-pagination-page-layout.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,10 @@ POST /indexes/hotels/docs/search?api-version=2019-05-06
103103
}
104104
```
105105

106-
106+
> [!IMPORTANT]
107+
> Services created after July 15, 2020 will provide a different highlighting experience. Services created before that date will not change in their highlighting behavior. With this change, only phrases that match the full phrase query will be returned. Also, it will be possible to specify the fragment size returned for the highlight.
108+
>
109+
> When you are writing client code that implements hit highlighting, be aware of this change. Note that this will not impact you unless you create a completely new search service.
107110
108111
## Faceted navigation
109112

0 commit comments

Comments
 (0)