This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: range slider for numeric values not prices

Home Forums Product Support Forums Ajax Search Pro for WordPress Support range slider for numeric values not prices Reply To: range slider for numeric values not prices

#32678
Ernest MarcinkoErnest Marcinko
Keymaster

In that case it is probably not possible. You can try altering the query arguments via the asp_query_args filters. The post meta filters can be found under this key.
The problem is, that the SQL between operator needs numeric values to work, so it will automatically cast the field value to an integer. As far as I know, there is no way of emulating a between operator to choose from multiple values.