Bug 23768: Return invalid ISBN when searching with variations
authorNick Clemens <nick@bywatersolutions.com>
Mon, 7 Oct 2019 17:46:30 +0000 (17:46 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 7 Nov 2019 13:02:47 +0000 (13:02 +0000)
commit050f43f73c4857b26996e15e3d8b8ad536b32763
tree02347a86eb32cd9201564f47d883d287f96ef446
parentff3d7b9f8e27a1c8547012f062daccc33b12dc27
Bug 23768: Return invalid ISBN when searching with variations

To test:
1 - Enable SearchWithISBNVariations and  IntranetCatalogSearchPulldown
2 - Refresh page and click on 'Search the catalog' tab
3 - Search for 'ISBN' 0385299209
4 - Note no results
5 - Note the search says if searched 'kw,wrdl: (nb=)'
6 - Apply patch, restart all the things
7 - Repeat search
8 - Search looks correctly formed
9 - Add the isbn above to a record, confirm it is returned by search
10 - Confirm searches for valid ISBNs still work as expected

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Koha.pm