[Koha-bugs] [Bug 29919] Elasticsearch missing alias pl for place-of-publication

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 1 11:10:51 CEST 2022


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

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Ahhhh indeed.
Search field name is 'pl' in search engine config (also with Zebra) and in TT.

So we have to rename in our ES config.
I've seen 'place-of-publication' only once in code :

DBRev 18.12.00.018 :
  $dbh->do( "UPDATE `search_field` SET `name` = 'place-of-publication', `label`
= 'place-of-publication' WHERE `name` = 'place'" );

But this search field does not exist in mappings.yaml

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


More information about the Koha-bugs mailing list