You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently score_mode only supports a basic set of operations on scores provided by the functions executed in function score query: multiply, sum, avg, first, max, min.
It will be very useful to have the ability to execute a more involved function on them instead, e.g.: _score1 + _score3 - _score2*_score5, where scores can be numbered or names after the functions order / names.