$enableFloatConversion public property (available since version 2.0.6)
Whether to enable conversion of the float query params into the direct literal SQL insertion. This allows processing of the float values, since PDO does not provide specific param type for float binding, while Sphinx is unable to process float values passed as quoted strings.
public boolean $enableFloatConversion = true
Please login to continue.