Closed dandanlen closed 4 years ago
Fixes #255
When running the MinMaxRefiner on negative values, the range constraints for the min and max queries were in the wrong order. Fixed by adding a check: if the values are negative, use different range constraints.
edit: also fixes #91
Fixes #255
When running the MinMaxRefiner on negative values, the range constraints for the min and max queries were in the wrong order. Fixed by adding a check: if the values are negative, use different range constraints.
edit: also fixes #91