]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Add an API for counting the number of bibs linked to each authority record in the...
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 20 Aug 2010 18:38:35 +0000 (18:38 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 20 Aug 2010 18:38:35 +0000 (18:38 +0000)
commita63acfd68cf2d25e035d3f949fc713d6e138b7b5
treecc2b61fdf5f8a3b75b63002109c62319c21681a7
parent0845eafe32bc01b82c353fb023337dd18c847196
Add an API for counting the number of bibs linked to each authority record in the input list

srfsh# request open-ils.cat open-ils.cat.authority.records.count_linked_bibs [1,2,3,4,5,6]

Received Data: [
  {
    "bibs":1,
    "authority":1
  },
  {
    "bibs":1,
    "authority":2
  },
  {
    "bibs":2,
    "authority":3
  }
]

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17290 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/OpenILS/Application/Cat/Authority.pm