Bug 13562: Fix item search on item MARC subfields
authorJulian Maurice <julian.maurice@biblibre.com>
Wed, 14 Jan 2015 16:00:17 +0000 (17:00 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 12 Feb 2015 21:43:45 +0000 (10:43 +1300)
commit6e01fc7a5da9df8f645481048e023b46e378de3b
tree6c88cc601f5864fb3e83c86d18de09a2aeaaf41e
parent98b6b33f6e499e728409dc8087bc459607da4d32
Bug 13562: Fix item search on item MARC subfields

Test plan:
1. Add 4 item search fields (in Administration › Items search fields):
   a. 1 biblio field linked to a DB field
   b. 1 biblio field not linked to a DB field
   c. 1 item field linked to a DB field
   d. 1 item field not linked to a DB field
2. Make sure you have some data in those fields to search on.
3. Go to item search page and do a search using these new fields, make
   sure the result is correct.

Signed-off-by: Nick <nick@quecheelibrary.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit f70ad43f8fd49ad7fb43697c6953767e534f7368)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Items.pm
t/db_dependent/Items.t