https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29919
Fridolin Somers <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |RESOLVED Resolution|--- |INVALID --- Comment #3 from Fridolin Somers <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
