[Koha-bugs] [Bug 24567] Elasticsearch: CCL syntax does not allow for multiple indexes to be searched at once

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 3 11:35:56 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24567

--- Comment #10 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
Created attachment 112906
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112906&action=edit
Bug 24567: (QA follow-up) Remove warning in regex

Without this patch we get

Use of uninitialized value $3 in concatenation (.) or string at
/kohadevbox/koha/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm line 943.

This converts the | OR operator to two different regexes so that the
capture group variables will be defined in every case.

Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list