Skip to content

Commit c9f7590

Browse files
authored
Updated README.md
1 parent 978261d commit c9f7590

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
| | |
2-
|---|---|
3-
| **OpenAPI Specification** | [openapi.yaml](openapi.yaml) |
4-
| **Conformance Class** | https://api.stacspec.org/v1.0.0-beta.2/item-search#free-text-search |
5-
| **[Maturity Classification](https://github.com/radiantearth/stac-api-spec/blob/master/extensions.md#extension-maturity)** | Pilot |
6-
| **Dependents** | - Item Search |
1+
# STAC API - Free-Text Search Extension Specification
2+
3+
- **Title:** Free-Text Search Extension Specification
4+
- **OpenAPI specification:** [openapi.yaml](openapi.yaml)
5+
- **Conformance Classes:**
6+
- <https://api.stacspec.org/v1.0.0-beta.2/item-search#free-text-search>
7+
- **Scope:** STAC API - Core
8+
- **[Extension Maturity Classification](https://github.com/radiantearth/stac-api-spec/tree/main/README.md#maturity-classification):** Proposal
9+
- **Dependencies:**
10+
- [STAC API - Core](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.2/core)
11+
- **Owner**: @agstephens
712

813
This defines a new parameter, `q` that allows the user to perform free-text queries against the item properties.
914
The value of the parameter is a string and is passed to the underlying backend for free-text searches.

0 commit comments

Comments
 (0)