]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
Merge pull request #18 from collectionspace/CSPACE-5024
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 20 Apr 2012 23:10:21 +0000 (16:10 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 20 Apr 2012 23:10:21 +0000 (16:10 -0700)
commit6711dc2d20a42c2dfb9b4f2f4eef6b4bc99f7d2f
treeb0da73bcb4dc9f70a9fafa3f9386c8cbc8f2d47c
parentd11ed7e2305100faed21701de4533d9d3396c37f
parent510e9df6721fd28b37c6aa8f858c206e6ed4657d
Merge pull request #18 from collectionspace/CSPACE-5024

CSPACE-5024: Added support in services to search across all vocabs of a given authority type. Only supports search, but supports all forms (keyword, partial term, advanced search). Callers must pass "_ALL_" as the parent specifier to access this. E.g. http://localhost:8180/cspace-services/personauthorities/_ALL_/items/?pt=joe  Client tests are included in the IntegrationTests module. All tests of this new functionality, as well as all services tests, pass.