In PHP version 8.1 and newer, non-integer item boosts (as could be set, for instance, using the “Number field-based boosting” processor) will trigger a deprecation warning with the database backend. This can be easily reproduced by running NumberFieldBoostTest.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3363208-2--implicit_conversion_float_to_int.patch | 1.35 KB | drunken monkey |
Comments
Comment #2
drunken monkeyThis should fix it. I think this method is internal enough not to worry about backwards compatibility, so the fix is very simple.
Comment #4
drunken monkeyMerged.