Collection search rest endpoint conflict #751
Replies: 2 comments
-
This was already discussed in #736 and #739 stac-fastapi itself allow you to create both, but you can't have both in the same application 🤷 IMO this is an issue at the specification level In theory we could have a Worth noting that both |
Beta Was this translation helpful? Give feedback.
-
I'm going to discuss this over the spec repo as it looks a clear overlap: |
Beta Was this translation helpful? Give feedback.
-
Hi I'm opening this 'issue' to discuss about collection search.
Here is a working proposal but I've had to change the endpoint.
stac-utils/stac-fastapi-elasticsearch-opensearch#298
I'm encountering the following problems:
We still need to use the POST to create new Collection(s) but the incoming expected body is different
Incompatible with Transactional (how to have it working?)
Questions:
Why the specifications define a new endpoint to search for items: .../search while for the collections we are overloading the /collections ?
Do you have any working example about having both search and creation working at the same time?
Beta Was this translation helpful? Give feedback.
All reactions