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

Support archive

Combining Low Events Filters with Low Search

Stoyan Vasilev 16 Oct 2013 23:43 question, complete

Hi,

Is it possible to apply the three Events filters from our previous question (https://getsatisfaction.com/low/topic...) to a Low Search (which is only searching within our Events channel)?

We can use hidden form elements and JS if each one of these filters is possible, but requires more than one selection.

Thanks.

Replies

  1. Low 17 Oct 2013 15:56

    You could indeed. All parameters are available as input fields, prefixed with low_events:, for example:

    <input name="low_events:date" value="today;+ 5 days" />


    If you hide these inputs and use JS to populate their values, that should work.

  2. Stoyan Vasilev 17 Oct 2013 20:32

    Beautiful. I will test this with the input fields. If all works well will ask my production team to do the JS work to make the UI more pleasant.

    I will post here if I run into any issues.

    Thanks!