Koha/C4/Utils/DataTables
Magnus Enger 9060c5275f Bug 16316 - Limit patron search to surname
This patch makes it possible to limit a patron search to
search just for surnames.

To test:
- Apply the patch
- Add two patrons, called e.g. "John Doe" and "Doe John"
- Go to Patrons in the Intranet
- Make sure you have selected "Search fields" = Standard
- Search for "john" and verify both patrons show up
- Search for "doe" and verify both patrons show up
- Set "Search fields" = Surname and search for "john".
  "Doe John" should show up, but not "John Doe".
- Set "Search fields" = Surname and search for "doe".
  "John Doe" should show up, but not "Doe John".

Update: Revised the last point in the test plan.

Sponsored-by: Alingsås Public Library, Sweden
Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-04-29 15:53:24 +00:00
..
ColumnsSettings.pm Bug 16177: Fix tests for ColumnsSsettings.t 2016-04-01 19:08:23 +00:00
Members.pm Bug 16316 - Limit patron search to surname 2016-04-29 15:53:24 +00:00
VirtualShelves.pm Bug 14544: Make the intranet side independent of Page.pm 2015-11-05 09:58:01 -03:00