Bug 26314: (follow-up) Make title search explicit
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 18 Oct 2021 17:06:32 +0000 (18:06 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 17 Oct 2023 17:45:12 +0000 (14:45 -0300)
commit80a775d5f9d2ac4160a5aca80471694516444ca7
tree07480618f638898974c5d83c5c8c6105103b4c83
parent6e49a8be26c5656e1e545d2fc7880ca1fb0849f7
Bug 26314: (follow-up) Make title search explicit

This patch updates the get_volumes_query search returned when
UseControlNumber is disabled such that it matches the query produced by
XSLT sheets by replacing the ->title accessor with the more specific
->subfield('245', "a") accessor to just take subfield `a` into account.

Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Biblio.pm