File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ Find all hotels with name equal to either 'Sea View motel' or 'Budget hotel' sep
201
201
Find all hotels where all rooms have the tag 'wifi' or 'tub':
202
202
203
203
``` 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')))
205
205
```
206
206
207
207
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
251
251
- [ Filters in Azure Cognitive Search] ( search-filters.md )
252
252
- [ OData expression language overview for Azure Cognitive Search] ( query-odata-filter-orderby-syntax.md )
253
253
- [ 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 )
You can’t perform that action at this time.
0 commit comments