[Koha-bugs] [Bug 36849] Add more tags to Elasticsearch mapping for title, title as phrase
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36849 Martin Renvoize (ashimema) changed: What|Removed |Added Status|Pushed to main |Needs documenting --- Comment #7 from Martin Renvoize (ashimema) --- This bug won't be backported to the 25.11.x branch as it has been deemed an enhancement or new feature. -- 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/
[Koha-bugs] [Bug 36849] Add more tags to Elasticsearch mapping for title, title as phrase
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36849 --- Comment #6 from Lucas Gass (lukeg) --- Nice work everyone! Pushed to main for 26.05 -- 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/
[Koha-bugs] [Bug 36849] Add more tags to Elasticsearch mapping for title, title as phrase
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36849 Lucas Gass (lukeg) changed: What|Removed |Added Version(s)||26.05.00 released in|| Status|Passed QA |Pushed to main -- 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/
[Koha-bugs] [Bug 36849] Add more tags to Elasticsearch mapping for title, title as phrase
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36849 --- Comment #5 from Kyle M Hall (khall) --- Created attachment 191051 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191051&action=edit Bug 36849: Add more tags to Elasticsearch mapping for title, title as phrase Add additional mappings to the title index for MARC21: 440a, 600t, 800t, 810t, 830np Sponsored-by: Educational Services Australia SCIS Signed-off-by: David Nind -- 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/
[Koha-bugs] [Bug 36849] Add more tags to Elasticsearch mapping for title, title as phrase
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36849 Kyle M Hall (khall) changed: What|Removed |Added Attachment #183805|0 |1 is obsolete|| -- 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/
[Koha-bugs] [Bug 36849] Add more tags to Elasticsearch mapping for title, title as phrase
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36849 Kyle M Hall (khall) changed: What|Removed |Added Comma delimited||Educational Services list of Sponsors||Australia SCIS Status|Signed Off |Passed QA -- 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/
[Koha-bugs] [Bug 36849] Add more tags to Elasticsearch mapping for title, title as phrase
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36849 Kyle M Hall (khall) changed: What|Removed |Added QA Contact||[email protected] CC||[email protected] -- 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/
[Koha-bugs] [Bug 36849] Add more tags to Elasticsearch mapping for title, title as phrase
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36849 David Nind changed: What|Removed |Added CC||[email protected] Text to go in the||This enhancement adds these release notes||fields to the 'title' index ||for new installations using ||Elasticsearch: 440$a, ||600$t, 800$t, 810$t, ||830$n$p. This makes records ||with information in these ||fields findable in the ||staff interface and OPAC, ||and in the advanced search, ||when using the 'Title' and ||'Title as phrase' options. || ||Note: Existing ||installations will need to ||either manually add these, ||or reset the mappings. --- Comment #4 from David Nind --- Testing notes (using KTD): 1. Start up KTD with Elasticsearch: ktd --es7 up 2. Go to Koha administration > Catalog > Search engine configuration (Elasticsearch). 3. In the bibliographic records tab, search the page and note that none of the 440a, 600t, 800t, 810t, 830np fields are mapped to the title search field. Current mappings: - 440a - title-series (Series) - 600t - subject (Topics) - 800t - author-title, title-series (Series) - 810t - author-title, title-series (Series) - 830np - not mapped to any search fields 4. Apply the patch and reset everything (reset_all) (alternative: reset the mappings, reindex everything (koha-elasticsearch --rebuild -d -b -a kohadev), then restart everything). 5. Repeat step 3 and note that the 440a, 600t, 800t, 810t, 830np fields are now mapped to the 'title' search field, in addition to the existing mappings in step 3. -- 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/
[Koha-bugs] [Bug 36849] Add more tags to Elasticsearch mapping for title, title as phrase
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36849 David Nind changed: What|Removed |Added Attachment #167233|0 |1 is obsolete|| --- Comment #3 from David Nind --- Created attachment 183805 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183805&action=edit Bug 36849: Add more tags to Elasticsearch mapping for title, title as phrase Add additional mappings to the title index for MARC21: 440a, 600t, 800t, 810t, 830np Sponsored-by: Educational Services Australia SCIS Signed-off-by: David Nind -- 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/
[Koha-bugs] [Bug 36849] Add more tags to Elasticsearch mapping for title, title as phrase
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36849 David Nind changed: What|Removed |Added Status|Needs Signoff |Signed Off -- 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/
[Koha-bugs] [Bug 36849] Add more tags to Elasticsearch mapping for title, title as phrase
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36849 Heather Hernandez changed: What|Removed |Added CC||[email protected] -- 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/
[Koha-bugs] [Bug 36849] Add more tags to Elasticsearch mapping for title, title as phrase
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36849 Mathieu Saby changed: What|Removed |Added CC||[email protected] -- 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/
[Koha-bugs] [Bug 36849] Add more tags to Elasticsearch mapping for title, title as phrase
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36849 [email protected] changed: What|Removed |Added Status|ASSIGNED|Needs Signoff -- 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/
[Koha-bugs] [Bug 36849] Add more tags to Elasticsearch mapping for title, title as phrase
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36849 [email protected] changed: What|Removed |Added Attachment #167205|0 |1 is obsolete|| --- Comment #2 from [email protected] --- Created attachment 167233 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167233&action=edit Bug 36849: Add more tags to Elasticsearch mapping for title, title as phrase Add additional mappings to the title index for MARC21: 440a, 600t, 800t, 810t, 830np Sponsored-by: Educational Services Australia SCIS -- 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/
[Koha-bugs] [Bug 36849] Add more tags to Elasticsearch mapping for title, title as phrase
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36849 --- Comment #1 from [email protected] --- Created attachment 167205 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167205&action=edit Bug 36849: Add more tags to Elasticsearch mapping for title, title as phrase Add additional mappings to the title index for MARC21: 440a, 600t, 800t, 810t, 830np Sponsored-by: Educational Services Australia SCIS -- 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/
[Koha-bugs] [Bug 36849] Add more tags to Elasticsearch mapping for title, title as phrase
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36849 [email protected] changed: What|Removed |Added CC||[email protected] ||et.nz Assignee|[email protected] |[email protected] |ity.org |et.nz -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. ___ 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/
[Koha-bugs] [Bug 36849] Add more tags to Elasticsearch mapping for title, title as phrase
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36849 Aleisha Amohia changed: What|Removed |Added Status|NEW |ASSIGNED Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. ___ 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/
