https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37389
--- Comment #3 from Pedro Amorim <[email protected]> --- The reason I failed to catch this performance issue with my testing on the patron search in bug 30645 is because I was using the left-side filters on patron search and not the patron search datatable search input, where the query is custom-built (like the left side filters on the ILL table). But even if using the patron datatable search input this problem does not exist there because there are not extended_attribute columns on the patron table, so the query does not contain any extended_attributes entries. -- 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/
