Bug 11175: (follow-up) Use clean_search_term
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 1 Sep 2021 15:16:33 +0000 (16:16 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 26 Oct 2021 14:46:02 +0000 (16:46 +0200)
commit43dff988bd480c27e6e2d1aee33811ce06e93f0a
treea80e845142f15172cc98a52959a6926ed84c1923
parentb292ebbccec91c0004642d906b42494988017a13
Bug 11175: (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: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Andrew Nugged <nugged@gmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Biblio.pm