Bug 20212: Make all biblioitems.* fields searchable
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 6 Nov 2020 19:44:25 +0000 (16:44 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 28 Jan 2021 15:44:12 +0000 (16:44 +0100)
commit948cbf1c988ca32bbeeedda2ff6bd3ff6ffd5689
tree14b341e65575f068bb8dffdc6f57035b636403a6
parent4c932f0434099a11a0471e56afeb9365d83dcc0c
Bug 20212: Make all biblioitems.* fields searchable

Prior to this bug, only a few bilbio fields were actually searchable through
the orders API. This patch adds all of them to the mapping, so other
pages can take advantage of them.

My first approach was to add things as needed. But this is trivial to
make complete.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/REST/V1/Acquisitions/Orders.pm