Closed silva-eduardo closed 1 month ago
The ">=" operator works when searching for score (ex.: score >= 3), but not for impact (ex.: impact >= 3).
Impact is not a number that's why it doesnt work. Tho change this we need a database re-structure witch is not simple and not something I am planing to do soon
The ">=" operator works when searching for score (ex.: score >= 3), but not for impact (ex.: impact >= 3).