Skip to content

Commit d275820

Browse files
committed
Align q with Records
1 parent bc7b484 commit d275820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ These are aligned with the corresponding parameters in STAC API - Features and O
6767
A free-text search parameter `q` based on OGC API - Records can be added.
6868
See <https://docs.ogc.org/DRAFTS/20-004.html#_parameter_q> for details.
6969
The specific set of text fields of a Collection to which the parameter is applied is left to the discretion of the implementation, but a recommendation is to at least consider `title`, `description` and `keywords`.
70-
The search works case-insensitive.
71-
Any of the search terms (i.e. all words separated by a space) must be present in the set of text fields (OR).
70+
71+
The search works case-insensitive. Any of the search terms must be present in the set of text fields. The operator is OR and all search terms must be delimited by a comma. Spaces have no special meaning. So if you want to search for "Earth Observation" or "EO", your query parameter should be as follows: `q=EO,Earth Observation`.
7272

7373
#### Filter (CQL)
7474

0 commit comments

Comments
 (0)