Skip to content

Commit ea4ddea

Browse files
authored
Merge pull request #70438 from MarkMcGee1/localization-fixes
formatting fix for Note
2 parents 5331f4f + 1ea54da commit ea4ddea

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
@@ -19,8 +19,8 @@ In the REST API, requests include a GET command, path, and query parameters that
1919
Several code samples include a web frontend interface, which you can find here: [New York City Jobs demo app](https://azjobsdemo.azurewebsites.net/) and [CognitiveSearchFrontEnd](https://github.com/LuisCabrer/CognitiveSearchFrontEnd).
2020

2121
> [!NOTE]
22-
> A valid request includes a number of elements, such as a service URL and path, HTTP verb, `api-version`, and so on. For brevity, we trimmed the examples to highlight just the syntax that is relevant to pagination. For more information about request syntax, see [Azure Search Service REST API](https://docs.microsoft.com/rest/api/searchservice).>
23-
>
22+
> A valid request includes a number of elements, such as a service URL and path, HTTP verb, `api-version`, and so on. For brevity, we trimmed the examples to highlight just the syntax that is relevant to pagination. For more information about request syntax, see [Azure Search Service REST](https://docs.microsoft.com/rest/api/searchservice).
23+
>
2424
2525
## Total hits and Page Counts
2626
Showing the total number of results returned from a query, and then returning those results in smaller chunks, is fundamental to virtually all search pages.

0 commit comments

Comments
 (0)