https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39427
David Flater <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #183456|0 |1 is obsolete| | --- Comment #10 from David Flater <[email protected]> --- Created attachment 183465 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183465&action=edit Bug 39427: Searching lists table by owner can only enter firstname or surname To test: 1. Ensure that the virtual shelves system preference is enabled 2. Create one or two lists using a patron that has both a first and last name. You don’t have to add items to the list, the list itself is enough. 3. Under the Owner column in the Lists table, search using the patron’s first name. Note that the name is properly filtered. 4. Next, try to search by the last name. It is also properly filtered. 5. Now search using both the first name and the last name together. Note that the results come up empty. 6. Apply the patch. 7. Repeat steps 3–5. Note that the patron shows in the results with just the first name, the last name, and the full name. 7.1. Additionally, try searching with extra spaces (e.g., ' Firstname Surname ' or 'Firstname Surname'). Confirm that results are still correctly shown. 8. Run t/db_dependent/Virtualshelves.t 9. Sign off and have a great day! :D -- 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/
