Bug 20514: Use streetnumber when searching for patrons by address
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Sat, 11 May 2019 15:23:28 +0000 (10:23 -0500)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 30 May 2019 07:22:28 +0000 (08:22 +0100)
commit64747f5c424cc598b7de2d4a4bb81e4d4122e8f3
tree73047ebe96bba4d322d0015febf710f1d01dfc8c
parentc276dd6397211bacdc1881ec853619496b5bc53f
Bug 20514: Use streetnumber when searching for patrons by address

The streetnumber field was ignored from the search.

Test plan:
Create a patron with streetnumber="12", address="rue des cerisiers"
Search for patrons using the search field "street address"
using: 12 rue des cerisiers
=> Without this patch the patron will not be returned
=> With this patch applied it will!

Signed-off-by: Hayley Mapley <hayleymapley@catalyst.net.nz>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 97ec0a2e4bf76cf2e67a7ddbd463d9942a4fe383)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Utils/DataTables/Members.pm