Skip to content

Commit 0923984

Browse files
committed
more changes to pagination doc
1 parent 0f451b7 commit 0923984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ By default, Azure AI Search returns up to five highlights per field. You can adj
268268

269269
### Highlighted results
270270

271-
When highlighting is added to the query, the response includes an "@search.highlights" for each result so that your application code can target that structure. The list of fields specified for "highlight" are included in the response.
271+
When highlighting is added to the query, the response includes an `@search.highlights` for each result so that your application code can target that structure. The list of fields specified for "highlight" are included in the response.
272272

273273
In a keyword search, each term is scanned for independently. A query for "divine secrets" returns matches on any document containing either term.
274274

@@ -372,7 +372,7 @@ For the following examples, assume a query string that includes the quote-enclos
372372
]
373373
```
374374

375-
For search services created after July 2020, only phrases that match the full phrase query are returned in "@search.highlights":
375+
For search services created after July 2020, only phrases that match the full phrase query are returned in `@search.highlights`:
376376

377377
```json
378378
"@search.highlights": {

0 commit comments

Comments
 (0)