As a user, I want to do a complex query to the API without being limited by the length of the url request #71
Labels
B12.0
c.search-api
icebox
p.could-have
proj.registry+api
requirement
the current issue is a requirement
Motivation
... so that the query parameters q and fields can be as long as the user want.
Additional Details
it is unclear what the limit should be but we need to propose an alternate way for the user to submit complex query out of the url, with POST HTTP request. The user will chose his preferred option.
We also need to figure if the pds.api-client can be limited by constraint related to the length of the URL
Acceptance Criteria
Given an API request with q and fields arguments more than 2500 long
When I perform the API request
Then I expect I get the result
Engineering Details
The text was updated successfully, but these errors were encountered: