File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
Retrieve Items matching filters. Intended as a shorthand API for simple
24
24
queries.
25
25
26
- This method is optional, but you MUST implement `POST /search` if you
27
- want to implement this method.
26
+ This method is required to implement.
28
27
29
28
If this endpoint is implemented on a server, it is required to add a
30
29
link referring to this endpoint with `rel` set to `search` to the
@@ -62,10 +61,11 @@ paths:
62
61
summary : Search STAC items with full-featured filtering.
63
62
operationId : postItemSearch
64
63
description : |-
65
- retrieve items matching filters. Intended as the standard, full-featured
64
+ Retrieve items matching filters. Intended as the standard, full-featured
66
65
query API.
67
66
68
- This method is mandatory to implement if `GET /search` is implemented.
67
+ This method is optional to implement, but recommended.
68
+
69
69
If this endpoint is implemented on a server, it is required to add a
70
70
link referring to this endpoint with `rel` set to `search` and `method`
71
71
set to `POST` to the `links` array in `GET /`.
You can’t perform that action at this time.
0 commit comments