learningtapestry / metadataregistry

DEPRECATED - THIS CODE BASE IS NO LONGER MAINTAINED. Metadata Registry
Apache License 2.0
7 stars 4 forks source link

Search operator for facets and aggregations #70

Open andersoncardoso opened 7 years ago

andersoncardoso commented 7 years ago

Enhance our search api with an aggregation and facet operations. For example: create searches on standards, or "facet" several standards together in a list with associated resources "rolled up" under each facet.

maybe something like this (we probably should discuss this better):

/search?facet={"group":"standard","aggr":"resources"}
/search?facet={"group":"author.name","aggr":"count"}