[Bug 36750] New: OPAC - some facet heading labels are not displayed in search results when using Elasticsearch
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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #1 from David Nind <david@davidnind.com> --- Created attachment 166031 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166031&action=edit OPAC - Missing facet headings -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #2 from David Nind <david@davidnind.com> --- Created attachment 166032 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166032&action=edit OPAC - Zebra facet headings (no issues) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=35138 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #3 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 166083 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166083&action=edit Bug 36750: (35138 follow-up) Use same display code for OPAC To test: 1 - In OPAC with ES enabled do a search 2 - Note missing facet labels 3 - Apply patch 4 - They are back! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #166083|0 |1 is obsolete| | --- Comment #4 from David Nind <david@davidnind.com> --- Created attachment 166084 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166084&action=edit Bug 36750: (35138 follow-up) Use same display code for OPAC To test: 1 - In OPAC with ES enabled do a search 2 - Note missing facet labels 3 - Apply patch 4 - They are back! Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |nick@bywatersolutions.com |ity.org | --- Comment #5 from David Nind <david@davidnind.com> --- Thanks Nick! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |RM_priority -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |35138 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35138 [Bug 35138] Enable configuration of facets with Elasticsearch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart@gmail.com --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- There is something not quite right here. For me without the patch the labels display in the OPAC and it doesn't look like on the screenshot which seems a little odd. With the patch I see "HomeLibrary" as a label, but it should be "Home libraries" (requires DisplayLibraryFacets set to both) Maybe we need to double check the database update? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #7 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 166187 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166187&action=edit Bug 36750: Fix some labels -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #8 from Jonathan Druart <jonathan.druart@gmail.com> --- Nick's patch looks good to me. I have found other "typos" that will cause problems with translation. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|nick@bywatersolutions.com |jonathan.druart@gmail.com Status|Needs Signoff |ASSIGNED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #9 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Jonathan Druart from comment #8)
Nick's patch looks good to me. I have found other "typos" that will cause problems with translation.
What about the HomeLibrary issue I found? For me the situation worsens with the patch. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #10 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Katrin Fischer from comment #9)
(In reply to Jonathan Druart from comment #8)
Nick's patch looks good to me. I have found other "typos" that will cause problems with translation.
What about the HomeLibrary issue I found? For me the situation worsens with the patch.
To be clear, I have "Home libraries" showing fine and all other labels are ok 2. They break WITH the patch applied. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #11 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- For clarification: Turns out I somehow ended up with Zebra instead of Elasticsearch while testing. So the regression was in Zebra actually. Waiting for Joubu's Go on this now. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #166187|0 |1 is obsolete| | --- Comment #12 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 166191 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166191&action=edit Bug 36750: Fix some labels -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #13 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 166192 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166192&action=edit Bug 36750: Use the same label for Zebra -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #14 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 166193 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166193&action=edit Bug 36750: Fix aria-label for show more/less links Didn't manage to keep the more_less_labels because of the space in the key names -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #15 from David Nind <david@davidnind.com> --- Created attachment 166194 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166194&action=edit OPAC - Elasticsearch (2024-05-06) - Current facets For what it is worth, I had another look (after Jonathan's patch) and the screenshot shows what I see now. Additional things that I noticed: 1. Collections: displaying authorized value codes rather than the OPAC description. I added some OPAC descriptions in the authorized values, but it made no difference, even after reindexing. For the Elasticsearch configuration, ccode is mapped to 9528. 2. Languages: Zebra doesn't have languages shown in the facets, values look like they are coming from 041$a (I initially thought they would be coming from the LANG authorized values). 3. Item types: the odd values are coming from "bad data" - records with non-authorized values in 942$c. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #16 from Jonathan Druart <jonathan.druart@gmail.com> --- yes, I reassigned it to myself because I found issues with Zebra. Should be fixed now but I really would like Nick's opinion on those follow-ups :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #17 from David Nind <david@davidnind.com> --- Ignore my comment, these were before Jonathan's additional patches! I'll wait to sign off until Nick has had a look. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #18 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi David, I think having your feedback on the new patches would be very helpful in moving this forward if you can spare the time! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #19 from David Nind <david@davidnind.com> --- Nothing too much to add (Jonathan fixed the Collections facet - now displays CCODE authorized value description, if it has an OPAC description then that is displayed instead): Elasticsearch - facet labels and order:[1] - Availability - Authors - Item types - Locations - Places - Series - Topics - Collections - Holding libraries - Home libraries - Languages [4] Zebra - facet labels and order:[2] - Availability - Authors - Collections - Holding libraries[3] - Item types - Locations - Series - Places - Topics - Titles [4] [1] Elasticsearch - can configure the facet order from Administration > Catalog
Search engine configuration (Elasticsearch) > Bibliographic records > bottom of the page
[2] I don't think there is a UI way to configure the facet order in Zebra (but I don't know enough about configuring either Zebra or Elasticsearch). [3] There is a Zebra only system preference to configure what is shown for home and holding libraries: DisplayLibraryFacets - default in KTD is to show facets for holding library. Other options are home library, and both home and holding library (both of these work as expected with Zebra). [4] Default KTD differences (apart from Home and holdings libraries (see [3]): - Elasticsearch has a Languages facet - Zebra has a Titles facet -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #166084|0 |1 is obsolete| | Attachment #166191|0 |1 is obsolete| | Attachment #166192|0 |1 is obsolete| | Attachment #166193|0 |1 is obsolete| | --- Comment #20 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 166281 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166281&action=edit Bug 36750: (35138 follow-up) Use same display code for OPAC To test: 1 - In OPAC with ES enabled do a search 2 - Note missing facet labels 3 - Apply patch 4 - They are back! Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #21 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 166282 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166282&action=edit Bug 36750: Fix some labels Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #22 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 166283 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166283&action=edit Bug 36750: Use the same label for Zebra Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #23 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 166284 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166284&action=edit Bug 36750: Fix aria-label for show more/less links Didn't manage to keep the more_less_labels because of the space in the key names Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com --- Comment #24 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- This all looks good to me - if David can test too and add his sign off then we can mark this PQA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #25 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I am not persuaded by the current "design" of the radiobox buttons, but maybe we can get some help there if we ask really nicely as a follow-up? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #26 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Katrin Fischer from comment #25)
I am not persuaded by the current "design" of the radiobox buttons, but maybe we can get some help there if we ask really nicely as a follow-up?
wrong bug... -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #27 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 166286 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166286&action=edit Bug 36750: Fix Languages vs Language -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #28 from Jonathan Druart <jonathan.druart@gmail.com> --- *** Bug 36803 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #166281|0 |1 is obsolete| | Attachment #166282|0 |1 is obsolete| | Attachment #166283|0 |1 is obsolete| | Attachment #166284|0 |1 is obsolete| | Attachment #166286|0 |1 is obsolete| | --- Comment #29 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 166288 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166288&action=edit Bug 36750: (35138 follow-up) Use same display code for OPAC To test: 1 - In OPAC with ES enabled do a search 2 - Note missing facet labels 3 - Apply patch 4 - They are back! Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #30 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 166289 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166289&action=edit Bug 36750: Fix some labels Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #31 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 166290 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166290&action=edit Bug 36750: Use the same label for Zebra Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #32 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 166291 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166291&action=edit Bug 36750: Fix aria-label for show more/less links Didn't manage to keep the more_less_labels because of the space in the key names Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #33 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 166292 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166292&action=edit Bug 36750: Fix Languages vs Language -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #34 from Jonathan Druart <jonathan.druart@gmail.com> --- Fixed conflicts with bug 36396. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #35 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- We still have a little issue with the labels for Zebra: They display as: * CollectionCodes * HoldingLibrary Can you please have a look? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #36 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Forget it, it just fixed itself! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #37 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Testing this myself as you can see... :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |24.05.00 released in| | Status|Passed QA |Pushed to main -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 --- Comment #38 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Pushed for 24.05! Well done everyone, thank you! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|RM_priority |additional_work_needed --- Comment #39 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I am not sure if this is related to this or another facets patch, but it seems definitely related to the facets work: t_db_dependent_Koha_SearchEngine_Elasticsearch_QueryBuilder_t.build_query tests (59) not ok 9 - homebranch not added to facets if DisplayLibraryFacets=holding ok 10 - holdingbranch added to facets if DisplayLibraryFacets=holding ok 11 - homebranch added to facets if DisplayLibraryFacets=home not ok 12 - holdingbranch not added to facets if DisplayLibraryFacets=home -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|additional_work_needed | --- Comment #40 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Katrin Fischer from comment #39)
I am not sure if this is related to this or another facets patch, but it seems definitely related to the facets work:
t_db_dependent_Koha_SearchEngine_Elasticsearch_QueryBuilder_t.build_query tests (59) not ok 9 - homebranch not added to facets if DisplayLibraryFacets=holding ok 10 - holdingbranch added to facets if DisplayLibraryFacets=holding ok 11 - homebranch added to facets if DisplayLibraryFacets=home not ok 12 - holdingbranch not added to facets if DisplayLibraryFacets=home
See bug 35138. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Needs documenting CC| |fridolin.somers@biblibre.co | |m --- Comment #41 from Fridolin Somers <fridolin.somers@biblibre.com> --- Depends on Bug 35138 not in 23.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=37446 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Needs documenting |RESOLVED CC| |caroline.cyr-la-rose@inlibr | |o.com --- Comment #42 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- This looks like a bug fix, nothing to add/edit in the manual. Please reopen with comments if not! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Bug 36750 depends on bug 35138, which changed state. Bug 35138 Summary: Enable configuration of facets with Elasticsearch https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35138 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36750 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |37931 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37931 [Bug 37931] Wrong OPAC facet item types label -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org