Skip to content

Commit bc7b484

Browse files
committed
Clarify free-text search
1 parent d8e2889 commit bc7b484

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ These are aligned with the corresponding parameters in STAC API - Features and O
6666

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.
69-
It is case-insensitive and matches the string given strictly.
70-
The specific set of text keys/fields/properties 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`.
69+
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).
7172

7273
#### Filter (CQL)
7374

0 commit comments

Comments
 (0)