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
2 stars 5 forks source link

As a user, I want every property loaded into the registry to be searchable #539

Open jordanpadams opened 1 week ago

jordanpadams commented 1 week ago

Checked for duplicates

Yes - I've already checked

🧑‍🔬 User Persona(s)

Data User

💪 Motivation

...so that I can search by anything

📖 Additional Details

It appears that some data loaded into the registry is not always "searchable". Harvest must not be appropriately creating the fields prior to writing to the index. If the data is in the registry, it must be searchable.

Acceptance Criteria

Given any property/field/attribute in any product When I perform a query for a specific product value Then I expect the products matching that value to be returned