https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31846
--- Comment #4 from David Gustafsson <[email protected]> --- (In reply to Katrin Fischer from comment #3) > That is something we don't do in Koha so far afaik. I wonder if moving the > search to the API as it was done for the order receive page and the patron > search would not be a better way forward here to fix this issue? Yes, but that would require a lot more work, especially since SearchSubscriptions relies on custom queries and in practice does use the Koha::Subscriptions DBIx interface. If someone would like to refactor the search page that would perhaps be preferable, but this is quite a simple fix and think could still be useful until someone puts in the effort. The current fix works for our current needs, without it a staff interface user could presently accidentally put such a high load on the server to cause a temporary system outage. -- You are receiving this mail because: You are the assignee for the bug. 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/
