Forums Forums Search & Filter Pro Great than/Less than or equal to

  • This topic has 2 replies, 2 voices, and was last updated 9 years ago by Anonymous.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Anonymous
    #34230

    Hi Ross,

    I’ve purchased you plugin, and everything’s working great. I’m building a property search & filter and wanted to know if it’s possible to do Greater than or equal to queries?

    For example I want to show number of bedrooms for a property can I do 1+, 2+. 3+ etc?

    Cheers,
    Graeme

    Ross Moderator
    #34254

    Hey Graeme

    Not just yet, but you could use a range field, and hide the separator and maximum field using CSS – you’ll notice there are classes on them.

    Something like:

    .searchandfilter .sf-range-values-seperator,
    .searchandfilter .sf-range-max
    {
        display:none;
    }

    Thanks

    Anonymous
    #34261

    Nice one! That’ll do for the time being. Thanks, Ross.

Viewing 3 posts - 1 through 3 (of 3 total)