NASA-PDS / registry-api

Web API service for the PDS Registry, providing the implementation of the PDS Search API (https://github.com/nasa-pds/pds-api) for the PDS Registry.
https://nasa-pds.github.io/pds-api
Apache License 2.0
3 stars 5 forks source link

As an API user, I want to perform a free text search. #568

Open jordanpadams opened 3 years ago

jordanpadams commented 3 years ago

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

jordanpadams commented 2 years ago

initial implementation completed using the keyword attribute, however, this requirement is not closed because we need to build on that search functionality.