https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23649 --- Comment #29 from Pedro Amorim (ammopt) <pedro.amorim@openfifth.co.uk> --- Created attachment 206584 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206584&action=edit Bug 23649: (QA follow-up) Reject relevance boost weights over 999.99 Weight was only validated for > 0, not the decimal(5,2) column's 999.99 cap. Values over it threw an uncaught DBI exception on store, returning a raw, unhandled 500. Test plan: 1. Add a boost with weight '1000'. Confirm a validation error, no 500. 2. Add a boost with weight '999.99'. Confirm it saves. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> -- You are receiving this mail because: You are watching all bug changes.