Closed
Description
Is your feature request related to a problem? Please describe.
With the introduction of sample vs stack, we probably want the filtering mechanism as part of the getter of the registry library.
Describe the solution you'd like
The filters can start with are filtered by type (sample vs stack) and filter by tags. We can build more fine-grained filtering in the future but we can start with those two.
To differentiate sample and stack in index.json, we can either add new field (eg. type) to metadata field or add new tag (eg. sample vs stack) to tags field.
This item is a child of #279