You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: