Skip to content

Commit e815250

Browse files
committed
POST for Search Explorer queries
1 parent ba517d0 commit e815250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-explorer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: HeidiSteen
77
ms.author: heidist
88
ms.service: cognitive-search
99
ms.topic: quickstart
10-
ms.date: 10/13/2022
10+
ms.date: 07/11/2023
1111
ms.custom: mode-ui
1212
---
1313

@@ -43,7 +43,7 @@ Before you begin, have the following prerequisites in place:
4343

4444
## Unspecified query
4545

46-
In Search explorer, requests are formulated using the [Search REST API](/rest/api/searchservice/search-documents), with responses returned as verbose JSON documents.
46+
In Search explorer, POST requests are formulated internally using the [Search REST API](/rest/api/searchservice/search-documents), with responses returned as verbose JSON documents.
4747

4848
For a first look at content, execute an empty search by clicking **Search** with no terms provided. An empty search is useful as a first query because it returns entire documents so that you can review document composition. On an empty search, there's no search rank and documents are returned in arbitrary order (`"@search.score": 1` for all documents). By default, 50 documents are returned in a search request.
4949

0 commit comments

Comments
 (0)