Forums Forums Search & Filter Pro Search price between 3 meta names

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #40903

    Hi Everyone,

    I have a location based website where I would like to search for a value between 3 meta names.

    For example,

    I have 3 locations:

    Location Price A: location_price_a
    Location Price B: location_price_b
    Location Price B: location_price_c

    I want to search the value 300,000 from any of these meta names. Is this possible using Search & Filter?

    If anyone could help or has any suggested that would be great.

    Cheers

    Tim

    Trevor
    #40926

    I am not entirely sure I understand what you want, but …. here goes.

    Let us assume you have a CPT where it has 3 fields all of which are a price. Let us assume that for each of these you have the need to ALWAYS search the SAME price across all 3 fields. Let us assume that it is a range search with a to and from input box for all 3 fields. You would either be searching where all 3 fields meet the criteria (an AND search) or where at least one does (an OR search).

    Leave one set of ‘from and to’ input boxes visible to the end user and use custom css to make the other 2 sets of input boxes hidden (display: none;).

    Then, you need custom javascript (not so hard to write, that detects any change in the visible inputs and copies those changes to the hidden fields and then submits the form. A bit smplistic, but that would be my thoughts.

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