[Bug 28892] New: Item search treats lower and upper case subfields as the same
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28892 Bug ID: 28892 Summary: Item search treats lower and upper case subfields as the same Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org Depends on: 20689 At the moment when you are using upper case subfields in items and your bibliographic records, this will work in the frameworks, in cataloguing and in searching with Zebra. But as the item search uses SQL and ExtractValue, it will always return the contents of the lower and upper case subfield, no matter what you configured for your additional item search fields. Example: 520$a, 520$A Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20689 [Bug 20689] Make it possible to add capital letter subfields to item search fields -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28892 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=20689 Depends on|20689 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20689 [Bug 20689] Make it possible to add capital letter subfields to item search fields -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28892 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Sadly I am not sure we will be able to fix this. The biblio_metadata has a case insensitive collation right now. Which I think is what we want when searching for example for a title or author in the record. I am not sure we can treat the attributes (MARC fields and subfields) in the MARCXML record as case sensitive, while treating the contents of the elements as case insensitive at the same time. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28892 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org