https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Bug ID: 36750 Summary: OPAC - some facet heading labels are not displayed in search results when using Elasticsearch Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs@lists.koha-community.org Reporter: david@davidnind.com When searching in the OPAC using Elasticsearch (or OpenSearch) some facet labels are not displayed in the search results. The actual facets are displayed, but not the heading they are grouped under. The facet heading labels that are not displayed are (for the sample data in KTD): - Item types - Collections - Holding libraries - Home libraries - Languages To replicate (using koha-testing-docker (KTD)): 1. Start up KTD using Elasticsearch (or OpenSearch): ktd --es8 up (or --es7, os1, os2 - note os1 and os2 were having trouble starting up for me when I created this bug). 2. In the OPAC, search for books. 3. Note that facet heading labels are missing for these facets: - Item types - Collections - Holding libraries - Home libraries - Languages 4. Search in the staff interface, and note that facet headings are displayed correctly. 5. Change the Searchengine system preference to Zebra. 6. Search in the OPAC again for books and note that the facet heading labels are correctly displayed. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.