...so that I can provide a semantic query to the API, without needing to know the API query syntax
Additional Details
Acceptance Criteria
Given a deployed API with data ingested
When I perform a free text query like "mars collections"
Then I expect the API to perform a free text search and return all collections related to mars
initial implementation completed using the keyword attribute, however, this requirement is not closed because we need to build on that search functionality.
Motivation
...so that I can provide a semantic query to the API, without needing to know the API query syntax
Additional Details
Acceptance Criteria
Given a deployed API with data ingested When I perform a free text query like "mars collections" Then I expect the API to perform a free text search and return all collections related to mars
Engineering Details