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

ByWater Sandboxes <bws.sandbo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #148383|0                           |1
        is obsolete|                            |

--- Comment #18 from ByWater Sandboxes <bws.sandbo...@gmail.com> ---
Created attachment 148384
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148384&action=edit
Bug 33117: Added new syspref Patronautocompletesesarchmethod

Added a new system preference called "PatronAutoCompleteSearchMethod"
which allows staff to choose between "Starts with" or "Contains" when
searching for patrons. The "Contains" option should be useful when
searching for patrons that have multiple surnames or when searching
using a patron's middle name.

Test Plan:
1. Create a patron that has a first name, middle name and two surnames. (i.e.
Adela Maria, Hernandez Acosta).
2. Search for the patron using their first name and first surname. Confirm that
a record is found.
3. Search for the patron using their first name and second surname. Confirm
that no record is found.
4. Search for the patron using their middle name and first surname. Confirm
that a record is found.
5. Search for the patron using their middle name and second surname. Confirm
that no record is found.
6. Apply the patch.
7. Under Administration > Global System Preferences > search for
“PatronAutocompleteSearchMethod”
8. Choose “Contains” instead of “Starts with” for the system preference.
9. Repeat steps 2-4. The patron record should appear for all search methods.
10. Sign off!

Signed-off-by: Andrew Fuerste-Henry <andre...@dubcolib.org>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to