https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28977
--- Comment #10 from Michael Hafen <[email protected]> --- (In reply to Fridolin Somers from comment #9) > Do we still need "DISTINCT" on biblio.title ? Maybe so; depends on how likely it is that separate biblios will have the same title, and whether the library would want those separate records grouped together. In my case, we'd probably want the records grouped together. I tried the query in MySQL 8.0 with and without the 'DISTINCT', and there was 1 row difference. Though my case is probably not typical, being a school district with a bunch of schools that migrated from separate databases into one instance of Koha. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
