Skip to content

Commit 9281708

Browse files
committed
formatting bug
1 parent 59bb4fd commit 9281708

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/search/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
href: search-indexer-field-mappings.md
176176
- name: Searching data
177177
items:
178-
- name: Query types/composition
178+
- name: Query types & composition
179179
href: search-query-overview.md
180180
- name: Search explorer (portal)
181181
href: search-explorer.md

articles/search/search-query-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 08/03/2018
1212
---
1313
# Query types and composition in Azure Search
1414

15-
In Azure Search, a query is a full specification of a round-trip operation. Parameters provide match criteria for finding documents in an index, execution instructions, and directives for shaping the response. More precisely, you can specify which fields are in-scope, how to search, which fields to return, whether to sort or filter, and so forth. Unspecified, a query runs against all searchable fields as a full text search operation, returning an unscored result set in arbitrary order.
15+
In Azure Search, a query is a full specification of a round-trip operation. Parameters provide match criteria for finding documents in an index, execution instructions for the engine, and directives for shaping the response. More precisely, you can specify which fields are in-scope, how to search, which fields to return, whether to sort or filter, and so forth. Unspecified, a query runs against all searchable fields as a full text search operation, returning an unscored result set in arbitrary order.
1616

1717
## A first look at query requests
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ You can also try this out in Postman using GET:
188188

189189
```http
190190
https://azs-playground.search.windows.net/indexes/nycjobs/docs?api-version=2017-11-11&$count=true&search=&$select=job_id, business_title, work_location&$filter=geo.distance(geo_location, geography'POINT(-75.6107025146484 42.937084197998 )') le 4
191-
``
191+
```
192192

193193
## Example 6: Search precision
194194

0 commit comments

Comments
 (0)