I have a Joomla system and I\'m trying to change the search so that it correctly finds floating point values in the database.
So, I have a query that is built at runtime
Consider this:
where abs(some_float_field) - 2.18 < 0.001