From 25f74e23f0fff99e7ec3bfd44d540645450c2019 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Wed, 15 Feb 2023 12:36:05 +0100 Subject: [PATCH] - added HINT about problems with Rosetta SRU/CQL --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f4ebad2..242c2cf 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,8 @@ be extended in near future. this stores the rosetta host and log dir in local .config/ta-tool.rc +## 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. + +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. -- GitLab