• I was wondering how I can set a search query that gives a list like this:

    Price:
    < less then 399.99
    < less then 299.99
    < less then 199.99

    etc.

    I tried doing this by adding a Custom Meta field with:
    Boolean: AND
    Metakey (the custom field with the values)
    Compare : <=
    Options: 399.99 | 299.99 | 199.99
    Display Type: checkboxes

    The search doesn’t give any results.
    If I change the Boolean to OR, then it gives results: but all results (so not the required “LESS THEN the value”

    https://www.ads-software.com/extend/plugins/advance-wp-query-search-filter/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author TC.K

    (@wp_dummy)

    No, you can’t. The checkboxes only allow “IN” and “Not In” compare operator. Try use dropdown type instead.

    Thread Starter inTOWN

    (@intown)

    Thanks… I figured it out by using radio boxes.. that seemed to work…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Result a value that is less then…’ is closed to new replies.