All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Access value with low_search_search with a range?

Elliot 24 Jan 2017 14:15 question, complete

I have the following code in my form:

I'm accessing submitted values fine using 'low_search_search' with _standard_ variables. The range does work, ie. it searches correctly but I can't access the submitted value.

Replies

  1. Elliot 24 Jan 2017 14:26

    http://pastie.org/10992260

  2. Low 24 Jan 2017 15:31

    The prefix is low_search_, so the variable should be:

    {low_search_range-to:property_price}

    ...and so on.

  3. Elliot 24 Jan 2017 15:45

    Perfect, thanks. So close. Prefix makes sense now.