[Bug 40853] New: ElasticsearchBoostFieldMatch - needs to boost results more
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Bug ID: 40853 Summary: ElasticsearchBoostFieldMatch - needs to boost results more 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: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org When searching for book titles that may have words in many fields, e.g. 'book of hope', the boost is not enough, especially when other fields like 'title' are boosted. In production with title boost of 32 the general results are getting a score of ~600 The boost query is getting a score of ~10 - not enough to boost past the general results We can try a few things: 1 - Use the 'boost' field from 'title-cover' matching in the extra query 2 - Add a system preference (or hard code) to define how much to boost the additional query by 3 - Try using a boost query rather than a bool query: https://www.elastic.co/docs/reference/query-languages/query-dsl/query-dsl-bo... -- 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=40853 Michelle Spinney <mspinney@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mspinney@clamsnet.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Michaela Sieber <michaela.sieber@kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michaela.sieber@kit.edu -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Ashley Hernandez <ahernandez@ckls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ahernandez@ckls.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Esther Melander <esther.melander@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |esther.melander@bywatersolu | |tions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 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=40853 --- Comment #1 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 187422 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187422&action=edit Bug 40853: Add ElasticsearchBoostFieldMatchAmount system preference This adds a new system preference to control the amount of boost. The default of 0 will act as before this patch. You can add any positive number, or a number between 0 and 1 for negative boost To test: 1 - Add a record with 245 $a novel 2 - Add a record with 245 $a A novel : $b about things / $c by me 3 - Search for: novel 4 - Search for: a novel 5 - Apply patch, restart all 6 - Repeat searches, note exact titles are boosted 7 - Test with more titles as you are able -- 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=40853 --- Comment #2 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 187425 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187425&action=edit Bug 40853: Unit tests -- 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=40853 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |nick@bywatersolutions.com |ity.org | -- 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=40853 Chip Halvorsen <Chip.Halvorsen@WestlakeLibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Chip.Halvorsen@WestlakeLibr | |ary.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Jason Robb <jrobb@sekls.org> 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=40853 Jason Robb <jrobb@sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187422|0 |1 is obsolete| | --- Comment #3 from Jason Robb <jrobb@sekls.org> --- Created attachment 187500 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187500&action=edit Bug 40853: Add ElasticsearchBoostFieldMatchAmount system preference This adds a new system preference to control the amount of boost. The default of 0 will act as before this patch. You can add any positive number, or a number between 0 and 1 for negative boost To test: 1 - Add a record with 245 $a novel 2 - Add a record with 245 $a A novel : $b about things / $c by me 3 - Search for: novel 4 - Search for: a novel 5 - Apply patch, restart all 6 - Repeat searches, note exact titles are boosted 7 - Test with more titles as you are able Signed-off-by: Jason Robb <jrobb@sekls.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Jason Robb <jrobb@sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187425|0 |1 is obsolete| | --- Comment #4 from Jason Robb <jrobb@sekls.org> --- Created attachment 187501 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187501&action=edit Bug 40853: Unit tests Signed-off-by: Jason Robb <jrobb@sekls.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Jason Robb <jrobb@sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrobb@sekls.org --- Comment #5 from Jason Robb <jrobb@sekls.org> --- I tested this with a batch of 1000 records from our production server for a search on "Book of Hope" in ktd and it worked well! My exact title search went from #649 and #651 to #1 and #2. A few notes of things I ran into: I tested with es8 first and didn't need the patch -- enabling the boost syspref with es8 worked. I tested with es7 after that (which is what our current production server is running) and the issue was present; the syspref didn't do any sort of boosting. When I applied the patch and enabled the boost and left the amount at 0 my search results were much better. I tried playing with the new amount value for the syspref and it didn't seem to do much, but the patch still gave me much better exact title boosting regardless so I went ahead and signed off. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Thomas Klausner <domm@plix.at> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |domm@plix.at |y.org | CC| |domm@plix.at -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 --- Comment #6 from Thomas Klausner <domm@plix.at> --- I wanted to QA this, but I could not see any difference between before/after applying the patch, and the search result seemed correct before applying. Maybe the test plan can be improved? For example I have no clue what the expected search results should be for 'novel' / 'a novel' (because the newly created books with those titles where shown at the start of the list even before applying the patch) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 --- Comment #7 from Jason Robb <jrobb@sekls.org> --- Created attachment 187582 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187582&action=edit MARC records for testing This marc file contains 1000 bibs with the terms "book" "of" and "hope" somewhere in the records. There are two records with the exact title "The book of hope". To test with these records: 1.) Import the records 2.) Do a keyword search for book of hope (no quotes) and note the exact titles are not near the top of the results 3.) Enable ElasticsearchBoostFieldMatch, do the same search, still not boosted 4.) Apply the patch 5.) Search again with ElasticsearchBoostFieldMatch enabled, the exact titles should be at the top of the results this time As I noted in another comment, this only happens with es7. When testing with es8 the search does get boosted at step 3. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 --- Comment #8 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- (In reply to Thomas Klausner from comment #6)
I wanted to QA this, but I could not see any difference between before/after applying the patch, and the search result seemed correct before applying.
Maybe the test plan can be improved? For example I have no clue what the expected search results should be for 'novel' / 'a novel' (because the newly created books with those titles where shown at the start of the list even before applying the patch)
Try adding weights to fields before applying the patch as well: http://localhost:8081/cgi-bin/koha/admin/searchengine/elasticsearch/mappings... Set weights like: title 32 author 16 subject 8 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose@inlibr | |o.com --- Comment #9 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- I tried this a little bit. I used our mappings, which have weights author = 5.00 subject = 10.00 title = 20.00 title-cover = 25.00 (I think the title-cover one is there because there was no ElasticsearchBoostFieldMatch) title-series = 15.00 I imported 100 records which have the word "angelique" (or related word like angel, etc). There is, among others 245$a Angélique / $c Guillaume Musso 245$a Angélique : $b roman / $c Guillaume Musso. 245$a Angelique. $n 1 $p Buffalo Hunt $c Cora Taylor ; [map illustration, Sharon Matthews ; interior illustrations, James Bentley]. 245$a Angelique. $n 3 $p Autumn alone $c Cora Taylor ; [map illustration, Sharon Matthews ; interior illustrations, James Bentley]. 245$a Angelique. $n 2 $p The long way home $c Statement of responsibility, etc. Cora Taylor ; [map illustration, Sharon Matthews ; interior illustrations, James Bentley]. 245$a Angelique. $n 4 $p Angel in the snow $c Cora Taylor ; [map illustration, Sharon Matthews ; interior illustrations, James Bentley]. I did these tests on KTD with ES8.I simply search for angelique in the bar at the top of the staff interface. With just the weights and no prefs, the results are like this "Angelique. 4 Angel in the snow" 16th result "Angélique: roman" 17th "Angélique" 18th "Angelique. 3 Autumn alone" 19th "Angelique. 2 The long way" 20th "Angelique. 1 Buffalo Hunt" 21st With ElasticsearchBoostFieldMatch emabled "Angélique" 1ST! WOW!! "Angelique. 1 Buffalo Hunt" 2nd!! "Angelique. 4 Angel in the snow" 3rd "Angélique: roman" 7th "Angelique. 3 Autumn alone" 8th "Angelique. 2 The long way" 9th With ElasticsearchBoostFieldMatchAmount set to 30 Same as above I don't see a difference with ElasticsearchBoostFieldMatchAmount, I tried 10, 20, 30... -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 --- Comment #10 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- (In reply to Caroline Cyr La Rose from comment #9)
I tried this a little bit. I used our mappings, which have weights author = 5.00 subject = 10.00 title = 20.00 title-cover = 25.00 (I think the title-cover one is there because there was no ElasticsearchBoostFieldMatch) title-series = 15.00
I imported 100 records which have the word "angelique" (or related word like angel, etc). There is, among others 245$a Angélique / $c Guillaume Musso 245$a Angélique : $b roman / $c Guillaume Musso. 245$a Angelique. $n 1 $p Buffalo Hunt $c Cora Taylor ; [map illustration, Sharon Matthews ; interior illustrations, James Bentley]. 245$a Angelique. $n 3 $p Autumn alone $c Cora Taylor ; [map illustration, Sharon Matthews ; interior illustrations, James Bentley]. 245$a Angelique. $n 2 $p The long way home $c Statement of responsibility, etc. Cora Taylor ; [map illustration, Sharon Matthews ; interior illustrations, James Bentley]. 245$a Angelique. $n 4 $p Angel in the snow $c Cora Taylor ; [map illustration, Sharon Matthews ; interior illustrations, James Bentley].
I did these tests on KTD with ES8.I simply search for angelique in the bar at the top of the staff interface.
With just the weights and no prefs, the results are like this "Angelique. 4 Angel in the snow" 16th result "Angélique: roman" 17th "Angélique" 18th "Angelique. 3 Autumn alone" 19th "Angelique. 2 The long way" 20th "Angelique. 1 Buffalo Hunt" 21st
With ElasticsearchBoostFieldMatch emabled "Angélique" 1ST! WOW!! "Angelique. 1 Buffalo Hunt" 2nd!! "Angelique. 4 Angel in the snow" 3rd "Angélique: roman" 7th "Angelique. 3 Autumn alone" 8th "Angelique. 2 The long way" 9th
With ElasticsearchBoostFieldMatchAmount set to 30 Same as above
I don't see a difference with ElasticsearchBoostFieldMatchAmount, I tried 10, 20, 30...
To specify, the 4th, 5th, and 6th results are not exact matches with 245$a 4th 245$aPrésence angélique : $b messages des anges que nous rencontrons chaque jour / $c Statement of responsibility, etc. Chrissie Astell ; traduit de l'anglais par Corinne Berruel Ainsley. 5th 245$a La démone angélique / $c France Lorrain 6th 245$a La belle Angélique / $c Nadine Grelet avec la collaboration de Jacques Lamarche Ideally the ones with an exact match in 245$a should be at the top iiuc -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl Status|Signed Off |Failed QA --- Comment #11 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Looks good to me. Minor points here: [FAIL] installer/data/mysql/atomicupdate/bug_40853.pl FAIL forbidden_patterns forbidden pattern: Use INSERT IGNORE INTO on inserting a new syspref (see bug 9071) (line 13) forbidden pattern: Use INSERT IGNORE INTO on inserting a new syspref (see bug 9071) (line 13) +('ElasticsearchBoostFieldMatchAmount', '1', NULL, 'A numeric rank for the boost of field matches', 'Integer'), Shouldnt that be equal to 0 as in the dbrev? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|domm@plix.at |m.de.rooy@rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Nick Clemens (kidclamp) <nick@bywatersolutions.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=40853 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187500|0 |1 is obsolete| | Attachment #187501|0 |1 is obsolete| | --- Comment #12 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 195463 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195463&action=edit Bug 40853: Add ElasticsearchBoostFieldMatchAmount system preference This adds a new system preference to control the amount of boost. The default of 0 will act as before this patch. You can add any positive number, or a number between 0 and 1 for negative boost To test: 1 - Add a record with 245 $a novel 2 - Add a record with 245 $a A novel : $b about things / $c by me 3 - Search for: novel 4 - Search for: a novel 5 - Apply patch, restart all 6 - Repeat searches, note exact titles are boosted 7 - Test with more titles as you are able Signed-off-by: Jason Robb <jrobb@sekls.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 --- Comment #13 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 195464 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195464&action=edit Bug 40853: Unit tests Signed-off-by: Jason Robb <jrobb@sekls.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=42107 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 --- Comment #14 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- (In reply to Marcel de Rooy from comment #11)
Looks good to me. Minor points here:
[FAIL] installer/data/mysql/atomicupdate/bug_40853.pl FAIL forbidden_patterns forbidden pattern: Use INSERT IGNORE INTO on inserting a new syspref (see bug 9071) (line 13) forbidden pattern: Use INSERT IGNORE INTO on inserting a new syspref (see bug 9071) (line 13)
+('ElasticsearchBoostFieldMatchAmount', '1', NULL, 'A numeric rank for the boost of field matches', 'Integer'), Shouldnt that be equal to 0 as in the dbrev?
Updated, and added bug 42107 so the relevancy can be viewed -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 --- Comment #15 from Thomas Klausner <domm@plix.at> --- Comment on attachment 195463 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195463 Bug 40853: Add ElasticsearchBoostFieldMatchAmount system preference The patch does not apply anymore because the structure of the sysprefs in the DB has changed (they now only consist of `variable` and `value`, so `options` and `explanation` are no longer needed). I'll see if I can fix the patch... -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Thomas Klausner <domm@plix.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #195463|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 --- Comment #16 from Thomas Klausner <domm@plix.at> --- Created attachment 195945 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195945&action=edit Bug 40853: Add ElasticsearchBoostFieldMatchAmount system preference This adds a new system preference to control the amount of boost. The default of 0 will act as before this patch. You can add any positive number, or a number between 0 and 1 for negative boost To test: 1 - Add a record with 245 $a novel 2 - Add a record with 245 $a A novel : $b about things / $c by me 3 - Search for: novel 4 - Search for: a novel 5 - Apply patch, restart all 6 - Repeat searches, note exact titles are boosted 7 - Test with more titles as you are able Signed-off-by: Jason Robb <jrobb@sekls.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Thomas Klausner <domm@plix.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA QA Contact|m.de.rooy@rijksmuseum.nl |domm@plix.at --- Comment #17 from Thomas Klausner <domm@plix.at> --- I fixed `mysql/mandatory/sysprefs.sql` to use the new simpler DB schema. After that I imported the "book of hope" records and can confirm that the exact title boost works -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Thomas Klausner <domm@plix.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #195464|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Thomas Klausner <domm@plix.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #195945|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 --- Comment #18 from Thomas Klausner <domm@plix.at> --- Created attachment 195951 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195951&action=edit Bug 40853: Unit tests Signed-off-by: Jason Robb <jrobb@sekls.org> Signed-off-by: Thomas Klausner <domm@plix.at> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 --- Comment #19 from Thomas Klausner <domm@plix.at> --- Created attachment 195952 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195952&action=edit Bug 40853: Add ElasticsearchBoostFieldMatchAmount system preference This adds a new system preference to control the amount of boost. The default of 0 will act as before this patch. You can add any positive number, or a number between 0 and 1 for negative boost To test: 1 - Add a record with 245 $a novel 2 - Add a record with 245 $a A novel : $b about things / $c by me 3 - Search for: novel 4 - Search for: a novel 5 - Apply patch, restart all 6 - Repeat searches, note exact titles are boosted 7 - Test with more titles as you are able Signed-off-by: Jason Robb <jrobb@sekls.org> Signed-off-by: Thomas Klausner <domm@plix.at> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |26.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 --- Comment #20 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Thanks for all the hard work! Pushed to main for the next 26.05.00 release as RM Assistant -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #21 from Fridolin Somers <fridolin.somers@biblibre.com> --- diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql index d321bf1213..13faac930f 100644 --- a/installer/data/mysql/mandatory/sysprefs.sql +++ b/installer/data/mysql/mandatory/sysprefs.sql @@ -1,3 +1,4 @@ +<<<<<<< HEAD Ouf :D this error was patched in main by commit : 852a8b802f1 Bug 40853: (RM follow-up) Fix re-base error -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40853 Jacob O'Mara <jacob.omara@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Needs documenting --- Comment #22 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- This will not be backported to 25.11.x due to it being deemed an enhancement or a dependancy not being met -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org