Skip to content

Commit 0e2d9d4

Browse files
Syntax error in JSON payload
1 parent 57e7a35 commit 0e2d9d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-query-simple-examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Full text search can be any number of standalone terms or quote-enclosed phrases
6464
POST /indexes/hotel-samples-index/docs/search?api-version=2020-06-30
6565
{
6666
"search": "pool spa +airport",
67-
"searchMode": any,
67+
"searchMode": "any",
6868
"queryType": "simple",
6969
"select": "HotelId, HotelName, Category, Description",
7070
"count": true
@@ -531,4 +531,4 @@ Additional syntax reference, query architecture, and examples can be found in th
531531
+ [How full text search works in Azure Cognitive Search](search-lucene-query-architecture.md)
532532
+ [Simple query syntax](query-simple-syntax.md)
533533
+ [Full Lucene query syntax](query-lucene-syntax.md)
534-
+ [Filter syntax](search-query-odata-filter.md)
534+
+ [Filter syntax](search-query-odata-filter.md)

0 commit comments

Comments
 (0)