[Koha-bugs] [Bug 30645] Generated DBIC query incorrect for api searches across joined extended attributes when several terms are passed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 8 19:33:05 CET 2023


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |This fixes patron searching
      release notes|                            |where there are multiple
                   |                            |patron attributes - all
                   |                            |patron attributes are now
                   |                            |searched. Before this, if
                   |                            |your search included values
                   |                            |from multiple patron
                   |                            |attributes, no results
                   |                            |would be found. Example: if
                   |                            |you have two patron
                   |                            |attributes with the value
                   |                            |'abc' in one and '123' in
                   |                            |another, searching for
                   |                            |either one worked as
                   |                            |expected, but no results
                   |                            |would be found searching
                   |                            |for 'abc 123'.
                 CC|                            |david at davidnind.com

--- Comment #14 from David Nind <david at davidnind.com> ---
Testing notes (using KTD):

1. To run the tests, start up KTD with selenium: ktd --selenium up

2. I ran the tests (these passed) and added patron attributes to test that
patron search works as expected.

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


More information about the Koha-bugs mailing list