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
Here is an easy way to do this
Just write where some_float_field LIKE 2.18
where some_float_field LIKE 2.18
Hope it will help ;)