]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-5024 Added support in services to search across all vocabs of a given authorit...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Thu, 19 Apr 2012 20:04:53 +0000 (13:04 -0700)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Thu, 19 Apr 2012 20:04:53 +0000 (13:04 -0700)
commit790215a8dd3e7b60abd3b864ae961c97c6afd9a8
tree4cde97159d00e751c91dc8036f1e3764d3f6b2e2
parent7e616d6d8f714e467918e2ec8baf998e5c07614c
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
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityResource.java
services/authority/service/src/main/java/org/collectionspace/services/common/vocabulary/nuxeo/AuthorityItemDocumentModelHandler.java