https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17642
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |In Discussion CC| |[email protected], | |martin.renvoize@ptfs-europe | |.com --- Comment #11 from Jonathan Druart <[email protected]> --- As describe by Jacek on bug 17250 comment 16, we have 2 major problems here: 1/ A critical one is that the feature is wrong and either explode or return bad result => Has to be fixed before the release. This *could* be fixed with only the first patch 2/ The search will take now more time than before the AV refactoring due to DBIx::Class calls (slower than DBI ofc). That *could* be fixed with the whole patch set. But as you can see, it's not trivial changes and if affects the code in a lot of places. I really need feedbacks quickly on this patch set to polish it to make it acceptable. I won't work on it before the release if we decide to delay its integration. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
