https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30645 David Nind <david@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@davidnind.com --- Comment #14 from David Nind <david@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.