[Koha-bugs] [Bug 14874] Add ability to search for patrons by date of birth from checkout and patron quick searches

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 23 19:39:37 CEST 2016


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

--- Comment #21 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Martin Renvoize from comment #20)
> Performance wise,  I tend to like to see a benchmark script rather than
> conjecture to prove the point

I didn't mean for it to sound like conjecture, in detail what happens is:

1 eval call to Koha::DateUtils::output_pref is added for each search term

If a term is a datetime then the searchfieldtype is changed to 'dateofbirth'

The only additional processing is the eval - at 1 per term there would have to
be many terms to add significant processing time

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


More information about the Koha-bugs mailing list