27 May
2023
27 May
'23
11:54 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33514 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- sorting => storing
I think that's not the main issue here, storing differently would not resolve hte issue. We need to fix the search query. The problem is that we store a string of space separated ISBN and you can't search that with SQL without truncating/using LIKE. And that's what happens now and only works when there is only one ISBN on the record (which often is not the case at least for us)
-- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.