Skip to content

Commit 17c49a5

Browse files
authored
Merge pull request #191559 from AjayKumar-MSFT/patch-143
(AzureCXP) https://github.com/MicrosoftDocs/azure-docs/issues/89699
2 parents a4ea8bd + 86d3a95 commit 17c49a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-query-odata-filter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Find all hotels with name equal to either 'Sea View motel' or 'Budget hotel' sep
201201
Find all hotels where all rooms have the tag 'wifi' or 'tub':
202202

203203
```odata-filter-expr
204-
$filter=Rooms/any(room: room/Tags/any(tag: search.in(tag, 'wifi, tub'))
204+
$filter=Rooms/any(room: room/Tags/any(tag: search.in(tag, 'wifi, tub')))
205205
```
206206

207207
Find a match on phrases within a collection, such as 'heated towel racks' or 'hairdryer included' in tags.
@@ -251,4 +251,4 @@ Find documents that have a word that starts with the letters "lux" in the Descri
251251
- [Filters in Azure Cognitive Search](search-filters.md)
252252
- [OData expression language overview for Azure Cognitive Search](query-odata-filter-orderby-syntax.md)
253253
- [OData expression syntax reference for Azure Cognitive Search](search-query-odata-syntax-reference.md)
254-
- [Search Documents (Azure Cognitive Search REST API)](/rest/api/searchservice/Search-Documents)
254+
- [Search Documents (Azure Cognitive Search REST API)](/rest/api/searchservice/Search-Documents)

0 commit comments

Comments
 (0)