[Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 22 20:19:58 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130

--- Comment #8 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 66368
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66368&action=edit
Bug 19130: (followup) Controller scripts should preserve behaviour

This patch is a followup to making
Koha::Acquisition::Booksellers->search work as any other Koha::Objects
(DBIC) query instead of having a different behaviour hardcoded.

To achieve it, this patch makes the controller scripts add
wildcard/truncation chars as prefix and sufix for searches, and make the
default sorting for results be by 'name', ascending.

To test:
- Just verify the behaviour remains unchanged by this patchset on the
controller scripts (re. searching).

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list