In the long run (probably v2), the QUERY HTTP method for /search and /collections/{collectionId}/items could be added, I think https://httpwg.org/http-extensions/draft-ietf-httpbis-safe-method-w-body.html could soon be standardized.
POST /search could be deprecated. POST has always been a hack and is semantically incorrect as it doesn't create a resource.
In the long run (probably v2), the QUERY HTTP method for
/searchand/collections/{collectionId}/itemscould be added, I think https://httpwg.org/http-extensions/draft-ietf-httpbis-safe-method-w-body.html could soon be standardized.POST /searchcould be deprecated. POST has always been a hack and is semantically incorrect as it doesn't create a resource.