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

--- Comment #37 from Matt Blenkinsop <[email protected]> ---
(In reply to Alex Carver [Acerock7] from comment #20)
> Thanks Matt. Ok the page loads in less than 2 seconds now. All of the
> filters seem to work. Cypress all specs passed.
> 
> Also not sure if this is intentional, but the free text "Name or Card
> Number" filter doesn't work with preferred names or middle names, even
> though preferred names and middle names are shown in the "Patron" column.
> Surnames and first names work as expected.
> 
> Signing Off.

Just checked the old version in main and this is the current behaviour

$strsth .= " AND (borrowers.firstname like ? or borrowers.surname like ? or
borrowers.cardnumber like ?)";

I aimed where possible to completely replicate the old functionality but with
the added pagination and performance improvement. If we want to add the extra
filtering there then it should be doable but probably best served as a
follow-up bug to make it easier to compare the two versions during QA

-- 
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/

Reply via email to