https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24562 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=27928, | |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=2799 --- Comment #28 from David Cook <dcook@prosentient.com.au> --- Ohh... if we do a "git blame" we can see that Nick made a change which dates to March 2021 (bug 27928). Before that change, there was no maximum specified, so in theory FindDuplicate could have fetched *a lot* of records. That said, that seems unlikely, since we're doing "ti,ext" and "au,ext" searches. Although... that reminds me of a different issue. Bug 27299. There was/is an issue with ICU the phrase register which would've been used by a CCL search using a "ext" qualifier since it does a 'complete-field' search. I haven't noticed this problem with any of my CHR libraries but the 1 library that has reported the problem to me was a ICU library. So the resolution of bug 27928 and bug 27299 may have resolved this issue from Koha 21.05 onwards. I think that's a reasonably sound hypothesis. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.