We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No - I haven't checked
Web developer, eventually the code running in web browser for any anonymous user.
...so that a web user can access anonymously the content of the registry with the filtering features of opensearch.
The registry-api will have an additional endpoint which will securely forward queries to OpenSearch and return the response to the users.
Given an opensearch POST query When I perform this query through the registry-api Then I expect to get the opensearch result
Example POST query:
{ "from": 0, "size": 9999, "query": { "wildcard": { "lid": { "value": "urn:*:investigation:*" } } } }
TO BE DONE: add an example of query which would be rejected.
No response
The text was updated successfully, but these errors were encountered:
Started but does not work yet. On hold since the regular API works for the web modernization project.
Sorry, something went wrong.
We might have to come back to that when the facetting and autocompletion will be needed for the Web Modernization Search.
tloubrieu-jpl
No branches or pull requests
Checked for duplicates
No - I haven't checked
π§βπ¬ User Persona(s)
Web developer, eventually the code running in web browser for any anonymous user.
πͺ Motivation
...so that a web user can access anonymously the content of the registry with the filtering features of opensearch.
π Additional Details
The registry-api will have an additional endpoint which will securely forward queries to OpenSearch and return the response to the users.
Acceptance Criteria
Given an opensearch POST query
When I perform this query through the registry-api
Then I expect to get the opensearch result
Example POST query:
TO BE DONE: add an example of query which would be rejected.
βοΈ Engineering Details
No response
The text was updated successfully, but these errors were encountered: