]> git.koha-community.org Git - koha.git/commit
Bug 37231: (Bug 34940 follow-up) Highlight logged-in library in facets does not work...
authorJanusz Kaczmarek <januszop@gmail.com>
Tue, 2 Jul 2024 12:38:14 +0000 (12:38 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 12 Jul 2024 08:21:30 +0000 (10:21 +0200)
commit1d2b1dff3a26a018ae106492166c0048922b3997
treed6610efd82fea261fb579e959f55fbc24d8b8b31
parent771db8c3997471e7de9ff918877b89bd19f14058
Bug 37231: (Bug 34940 follow-up) Highlight logged-in library in facets does not work with ES

The highlight logged-in library in facets feature does not work with
Elasticsearch.  This is because facet_title_value contains an additional
" (count)" information and so gives negative results in comparisons made
in facets.inc  (line 107).

Test plan:
==========
1. Have a test installation with Elastiscsearch.
2. Set system preference 'DisplayLibraryFacets' to 'both home and holding libraries'
3. Perform a seach that will find items of your logged-in library.
   In KTD, search for 'branch:CPL'
4. Check the facet (home and holding libraries) of your logged-in
   library is not highlighted
5. Apply the patch ; restart_all.
6. Repeat p. 3.  Check the facet (home and holding libraries)--you
   should see your logged-in branch highlighted now.

Sponsored-by: Ignatianum University in Cracow
Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/SearchEngine/Elasticsearch/Search.pm