https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33545 Bug ID: 33545 Summary: Adding faceting to API result sets Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: REST API Assignee: koha-bugs@lists.koha-community.org Reporter: martin.renvoize@ptfs-europe.com CC: tomascohen@gmail.com Sometimes it would be great to have some additional data about the overall results returned by an api resultset query. For example, if an API query returns a list of things that include a library they're attached to, it might be nice to be able to get a list of all libraries that appear in the resultset. (not just the current page). This way, we could display a select filter of just the libraries associated with the current api request to allow further filtering.. i.e. facetting. We floated the idea of x-koha-facets for requesting this, but we haven't yet come up with a good way to get this data or return it. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.