[FOLIO-773] add "facets" for collection resources Created: 14/Aug/17 Updated: 12/Nov/18 Resolved: 05/Sep/17 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | P3 |
| Reporter: | Jakub Skoczen | Assignee: | shale99 |
| Resolution: | Done | Votes: | 0 |
| Labels: | core, sprint21 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Sprint: |
| Description |
|
Facets to be requested by a new query parameter, like so: /users/?facets=patronGroup,status and response (standardized through a shared schema, similar to metadata), will include a new top-level member:
{
“facets”:
{“patronGroup”: [
{“value”:“student”,“count”:10},
{“value”:“alumni”,count”:5}],
“status”: [
{“value”: “active”, “count”:45},
{“value”:“inactive”, “count”:35}]
}
...
}
|
| Comments |
| Comment by Jakub Skoczen [ 05/Sep/17 ] |
|
Implemented in RMB 14 |