Bug 26314: (follow-up) Use clean_search_term
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 1 Sep 2021 15:12:18 +0000 (16:12 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 17 Oct 2023 17:45:11 +0000 (14:45 -0300)
commit6e49a8be26c5656e1e545d2fc7880ca1fb0849f7
treeb77f2b513e6484085dfdc10c2a8491cf86f544ec
parentcd0a374b939754ef545f8255dda384a398f898db
Bug 26314: (follow-up) Use clean_search_term

This patch uses the now public clean_search_term from bug 28316 to
sanitize the title string and prevent crashes in elastic search when
title contain reserved characters.

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