Skip to content
Snippets Groups Projects
Commit c82992f8 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- removed rosetta dependencies

parent 98b26de0
Branches
Tags
No related merge requests found
...@@ -16,7 +16,6 @@ Alternatively, copy the 'bin/' and 'lib' paths to your local perl installation. ...@@ -16,7 +16,6 @@ Alternatively, copy the 'bin/' and 'lib' paths to your local perl installation.
-v --verbose Show more detailed option -v --verbose Show more detailed option
-h --help Prints this help information -h --help Prints this help information
--debug Show user agent debug information --debug Show user agent debug information
--with-ais=[Rosetta|Archivematica]
COMMAND: COMMAND:
init Initialize config init Initialize config
...@@ -29,12 +28,10 @@ be extended in near future. ...@@ -29,12 +28,10 @@ be extended in near future.
## First use ## First use
ta-tool init --with-ais=Rosetta -r $ROSETTA_HOST -l $ROSETTA_LOGDIR ta-tool init -r $HOST -l $LOGDIR
this stores the rosetta host and log dir in local .config/ta-tool.rc this stores the archivematica elasticsearch host and log dir in local .config/ta-tool.rc
## Problems ## Problems
Rosetta does not implement the keyword search correctly. Keywords of form "foo:bar" splitted internally in two keywords "foo" and "bar". The result is OR-combined. If you use it to scan for IDs the result is not, what you expoected. None found yet.
Because of the limited nature of Rosetta`s SRU/CQL implementation there is no workaround possible. See https://developers.exlibrisgroup.com/rosetta/integrations/standards/sru/ for details and contact your local Rosetta dealer.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment