[Koha-bugs] [Bug 34092] patron-autocomplete.js and patron-search.inc search logic should match

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 28 18:34:33 CEST 2023


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

--- Comment #10 from Pedro Amorim <pedro.amorim at ptfs-europe.com> ---
Test plan to is test different patron searches and make sure everything is
working as intended, before and after applying the patch.

Examples of patron-autocomplete.js:
- Patrons lists (create new list, add patrons to it):
  /cgi-bin/koha/patron_lists/lists.pl
- View logs ("Librarian:" input):
  /cgi-bin/koha/tools/viewlog.pl
- Reserve request:
  /cgi-bin/koha/reserve/request.pl

Examples of patron-search.inc:
- ERM, "Add new user" button: 
  /cgi-bin/koha/erm/agreements/add
- New patron card batch:
  /cgi-bin/koha/patroncards/edit-batch.pl (Click "add patron" button")

Bonus:
- Create a patron attribute type and set it "searchable".
- Edit a patron and put some unique in that new patron attribute
- Search for that, or part of that.

More: Play with DefaultPatronSearchFields and DefaultPatronSearchMethod system
preferences and verify that the searches all return as expected.

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


More information about the Koha-bugs mailing list