- This topic has 2 replies, 2 voices, and was last updated 8 years, 12 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Compare mode number field
Tagged: Compare mode
Im am using your plugin to searcher for holiday properties. I have ACF fields for number of persons, rooms and bathrooms.
I want S&F to use these values as minimum in the search. So the input in the search form must less or equal to the meta data value. It should show properties with at least the asked value.
Can’t get it configured correctly.
Kind Regards,
Wilbert Gijssen
At this time the plugin does not allow different operators. It may in the next major release.
However, if you are making the user pick from discrete integers, you can cheat by having two ACF fields. One is Maximum Bedrooms, as a number or text field (it doesn’t matter), and then have a calculated field that stores an array based on that maximum. So, for a four bedroom property, store 1,2,3,4
And then a search for any of those numbers would give that property.