Reply To: Range slider not working

#6348
Mayur Marwa
Mayur Marwa
Participant

HI,

I guess the custom field value is treated as a string.
By a little searching on wp forums I figured that:
The SQL query needs to have “meta_value+0” instead of “meta_value” in the query to return the data as numeric value.
If this is a possible solution, How do I implement this in the plugin?
If not, kindly suggest how to treat the custom field value as numeric so that the plugin searches correctly.