[Bug 36396] New: Link facet with authorised value category
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Bug ID: 36396 Summary: Link facet with authorised value category Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Searching - Elasticsearch Assignee: jonathan.druart@gmail.com Reporter: jonathan.druart@gmail.com In order to display descriptions instead of codes we will add a link to an authorised value category. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |35138 Change sponsored?|--- |Sponsored Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35138 [Bug 35138] Elasticsearch - manage facets -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |36398 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36398 [Bug 36398] Handle "specials" authorised value category for ES facets -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 163685 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163685&action=edit Bug 36396: DB changes Add the new DB column search_field.authorised_value_category Sponsored-by: The Research University in the Helmholtz Association (KIT) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 --- Comment #2 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 163686 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163686&action=edit Bug 36396: DBIC schema changes Sponsored-by: The Research University in the Helmholtz Association (KIT) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 --- Comment #3 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 163687 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163687&action=edit Bug 36396: Link facet with authorised value category - ES This new feature adds the ability to link an ES facet to an authorised value category, in order to display a description instead of the code. Test plan: 1. Go to the ES mapping admin page 2. Notice the new "Authorized value category" column in the facets config table 3. Create a new facet that is linked to a search field containing values from an authorised value category. Pick this category in the list 4. Save 5. Reindex 6. Notice that the descriptions are now displayed (staff and OPAC) in the search result page. QA: See the related bug report for possible improvements. It's not easy at all to deal with the "specials" here, a lot of changes must be done in how we fetch/cache the AVs. Sponsored-by: The Research University in the Helmholtz Association (KIT) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 --- Comment #4 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 163688 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163688&action=edit Bug 36396: Prevent link to av for 'specials' See previous commit message, 'QA' part. We do not support the "specials" categories. Sponsored-by: The Research University in the Helmholtz Association (KIT) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 --- Comment #5 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 163689 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163689&action=edit Bug 36396: UI - OPAC Sponsored-by: The Research University in the Helmholtz Association (KIT) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 --- Comment #6 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 163690 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163690&action=edit Bug 36396: Export/import the yaml config Test plan: Export the ES fields/mappings using misc/search_tools/export_elasticsearch_mappings.pl > mappings.yaml Copy this file to admin/searchengine/elasticsearch/mappings.yaml Reset the mapping from the UI Notice that the links to the AV categories have been preserved Sponsored-by: The Research University in the Helmholtz Association (KIT) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Michaela Sieber <michaela.sieber@kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michaela.sieber@kit.edu --- Comment #7 from Michaela Sieber <michaela.sieber@kit.edu> --- Thanks Jonathan! Just a very small thing: When adding a new line to the facets config table 'Facet order' it is not possible to leave the authorised value category empty. You first have to add the line and save, afterwards you can change the authorised value category to be empty. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 --- Comment #8 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 163705 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163705&action=edit Bug 36396: (follow-up) Prevent link to av for 'specials' -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 --- Comment #9 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Michaela Sieber from comment #7)
Thanks Jonathan!
Just a very small thing: When adding a new line to the facets config table 'Facet order' it is not possible to leave the authorised value category empty. You first have to add the line and save, afterwards you can change the authorised value category to be empty.
Indeed, thanks! Should be fixed now. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Lukas Koszyk <lukasz.koszyk@kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #163685|0 |1 is obsolete| | Attachment #163686|0 |1 is obsolete| | Attachment #163687|0 |1 is obsolete| | Attachment #163688|0 |1 is obsolete| | Attachment #163689|0 |1 is obsolete| | Attachment #163690|0 |1 is obsolete| | Attachment #163705|0 |1 is obsolete| | --- Comment #10 from Lukas Koszyk <lukasz.koszyk@kit.edu> --- Created attachment 163776 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163776&action=edit Bug 36396: DB changes Add the new DB column search_field.authorised_value_category Sponsored-by: Karlsruhe Institute of Technology (KIT) Signed-off-by: Lukas Koszyk <lukasz.koszyk@kit.edu> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 --- Comment #11 from Lukas Koszyk <lukasz.koszyk@kit.edu> --- Created attachment 163777 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163777&action=edit Bug 36396: DBIC schema changes Sponsored-by: The Research University in the Helmholtz Association (KIT) Signed-off-by: Lukas Koszyk <lukasz.koszyk@kit.edu> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 --- Comment #12 from Lukas Koszyk <lukasz.koszyk@kit.edu> --- Created attachment 163778 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163778&action=edit Bug 36396: Link facet with authorised value category - ES This new feature adds the ability to link an ES facet to an authorised value category, in order to display a description instead of the code. Test plan: 1. Go to the ES mapping admin page 2. Notice the new "Authorized value category" column in the facets config table 3. Create a new facet that is linked to a search field containing values from an authorised value category. Pick this category in the list 4. Save 5. Reindex 6. Notice that the descriptions are now displayed (staff and OPAC) in the search result page. QA: See the related bug report for possible improvements. It's not easy at all to deal with the "specials" here, a lot of changes must be done in how we fetch/cache the AVs. Sponsored-by: The Research University in the Helmholtz Association (KIT) Signed-off-by: Lukas Koszyk <lukasz.koszyk@kit.edu> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 --- Comment #13 from Lukas Koszyk <lukasz.koszyk@kit.edu> --- Created attachment 163779 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163779&action=edit Bug 36396: Prevent link to av for 'specials' See previous commit message, 'QA' part. We do not support the "specials" categories. Sponsored-by: The Research University in the Helmholtz Association (KIT) Signed-off-by: Lukas Koszyk <lukasz.koszyk@kit.edu> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 --- Comment #14 from Lukas Koszyk <lukasz.koszyk@kit.edu> --- Created attachment 163780 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163780&action=edit Bug 36396: UI - OPAC Sponsored-by: The Research University in the Helmholtz Association (KIT) Signed-off-by: Lukas Koszyk <lukasz.koszyk@kit.edu> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 --- Comment #15 from Lukas Koszyk <lukasz.koszyk@kit.edu> --- Created attachment 163781 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163781&action=edit Bug 36396: Export/import the yaml config Test plan: Export the ES fields/mappings using misc/search_tools/export_elasticsearch_mappings.pl > mappings.yaml Copy this file to admin/searchengine/elasticsearch/mappings.yaml Reset the mapping from the UI Notice that the links to the AV categories have been preserved Sponsored-by: The Research University in the Helmholtz Association (KIT) Signed-off-by: Lukas Koszyk <lukasz.koszyk@kit.edu> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 --- Comment #16 from Lukas Koszyk <lukasz.koszyk@kit.edu> --- Created attachment 163782 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163782&action=edit Bug 36396: (follow-up) Prevent link to av for 'specials' Signed-off-by: Lukas Koszyk <lukasz.koszyk@kit.edu> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Clemens Tubach <clemens.tubach@kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clemens.tubach@kit.edu 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=36396 Michaela Sieber <michaela.sieber@kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |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=36396 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_24_05_candidate --- Comment #17 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- With bug 35138 being pushed today, this would make a lot of sense to "round off" the feature for this release. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #163776|0 |1 is obsolete| | --- Comment #18 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 166246 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166246&action=edit Bug 36396: DB changes Add the new DB column search_field.authorised_value_category Sponsored-by: The Research University in the Helmholtz Association (KIT) Signed-off-by: Lukas Koszyk <lukasz.koszyk@kit.edu> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #163777|0 |1 is obsolete| | --- Comment #19 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 166247 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166247&action=edit Bug 36396: DBIC schema changes Sponsored-by: The Research University in the Helmholtz Association (KIT) Signed-off-by: Lukas Koszyk <lukasz.koszyk@kit.edu> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #163778|0 |1 is obsolete| | --- Comment #20 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 166248 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166248&action=edit Bug 36396: Link facet with authorised value category - ES This new feature adds the ability to link an ES facet to an authorised value category, in order to display a description instead of the code. Test plan: 1. Go to the ES mapping admin page 2. Notice the new "Authorized value category" column in the facets config table 3. Create a new facet that is linked to a search field containing values from an authorised value category. Pick this category in the list 4. Save 5. Reindex 6. Notice that the descriptions are now displayed (staff and OPAC) in the search result page. QA: See the related bug report for possible improvements. It's not easy at all to deal with the "specials" here, a lot of changes must be done in how we fetch/cache the AVs. Sponsored-by: The Research University in the Helmholtz Association (KIT) Signed-off-by: Lukas Koszyk <lukasz.koszyk@kit.edu> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #163779|0 |1 is obsolete| | --- Comment #21 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 166249 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166249&action=edit Bug 36396: Prevent link to av for 'specials' See previous commit message, 'QA' part. We do not support the "specials" categories. Sponsored-by: The Research University in the Helmholtz Association (KIT) Signed-off-by: Lukas Koszyk <lukasz.koszyk@kit.edu> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #163780|0 |1 is obsolete| | --- Comment #22 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 166250 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166250&action=edit Bug 36396: UI - OPAC Sponsored-by: The Research University in the Helmholtz Association (KIT) Signed-off-by: Lukas Koszyk <lukasz.koszyk@kit.edu> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #163781|0 |1 is obsolete| | --- Comment #23 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 166251 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166251&action=edit Bug 36396: Export/import the yaml config Test plan: Export the ES fields/mappings using misc/search_tools/export_elasticsearch_mappings.pl > mappings.yaml Copy this file to admin/searchengine/elasticsearch/mappings.yaml Reset the mapping from the UI Notice that the links to the AV categories have been preserved Sponsored-by: The Research University in the Helmholtz Association (KIT) Signed-off-by: Lukas Koszyk <lukasz.koszyk@kit.edu> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #163782|0 |1 is obsolete| | --- Comment #24 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 166252 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166252&action=edit Bug 36396: (follow-up) Prevent link to av for 'specials' Signed-off-by: Lukas Koszyk <lukasz.koszyk@kit.edu> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com QA Contact| |martin.renvoize@ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #25 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- This looks pretty good and works.. but we're missing unit tests for the additional functionality introduced into the Koha:: modules. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 --- Comment #26 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 166254 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166254&action=edit Bug 36396: Add tests -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #166254|0 |1 is obsolete| | --- Comment #27 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 166258 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166258&action=edit Bug 36396: Add tests Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #28 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Nice one Jonathan, Passing QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_24_05_candidate |release-notes-needed -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 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=36396 --- Comment #29 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=36396 Michaela Sieber <michaela.sieber@kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This new feature adds the release notes| |ability to link an ES facet | |to an authorised value | |category, in order to | |display a description | |instead of the code. | |An | |example could be a code for | |the resouce typ (Book, | |E-Journal, Database, etc.) | |if this code is in a local | |MARC 9xx field. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Michaela Sieber <michaela.sieber@kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|release-notes-needed | Text to go in the|This new feature adds the |This new feature adds the release notes|ability to link an ES facet |ability to link an ES facet |to an authorised value |to an authorised value |category, in order to |category, in order to |display a description |display a description |instead of the code. |instead of the code. |An |An |example could be a code for |example could be a code for |the resouce typ (Book, |the resouce typ (Book, |E-Journal, Database, etc.) |E-Journal, Database, etc.) |if this code is in a local |if this code is in a local |MARC 9xx field. |MARC 9xx field. This | |Feature depends on Bug | |35138 - 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=36396 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This new feature adds the |This new feature adds the release notes|ability to link an ES facet |ability to link an ES facet |to an authorised value |to an authorized value |category, in order to |category, in order to |display a description |display a description |instead of the code. |instead of the code. |An |An |example could be a code for |example could be a code for |the resouce typ (Book, |the resource type (Book, |E-Journal, Database, etc.) |E-Journal, Database, etc.) |if this code is in a local |if this code is in a local |MARC 9xx field. This |MARC 9xx field. This |Feature depends on Bug |Feature depends on Bug |35138 - configuration of |35138 - configuration of |facets with Elasticsearch |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=36396 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This new feature adds the |This new feature adds the release notes|ability to link an ES facet |ability to link an |to an authorized value |Elasticsearch facet to an |category, in order to |authorized value category |display a description |in order to display a |instead of the code. |description instead of the |An |code. |example could be a code for |An example could be a |the resource type (Book, |code for the resource type |E-Journal, Database, etc.) |(book, e-journal, database, |if this code is in a local |etc.) if this code is in a |MARC 9xx field. This |local MARC 9xx field. |Feature depends on Bug |This |35138 - configuration of |feature depends on Bug |facets with Elasticsearch |35138 - 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=36396 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Needs documenting CC| |fridolin.somers@biblibre.co | |m --- Comment #30 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=36396 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|martin.renvoize@ptfs-europe | |.com | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Documentation| |Caroline Cyr La Rose contact| | Documentation| |https://gitlab.com/koha-com submission| |munity/koha-manual/-/merge_ | |requests/953 Status|Needs documenting |RESOLVED CC| |caroline.cyr-la-rose@inlibr | |o.com Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36396 Bug 36396 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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org