Hello,
I have a search page with a filter as per this image:
It works well, but unfortunately the ‘search’ button is pretty much redundant. I did get it working with the seach button (by creating a new 'display list when you click the search button, or a new ‘display list’ when you click ‘recently added’ AND an address is added, or a new ‘display list’ when you click ‘lowest price’ AND an address is added etc.), but this ended up being quite a few actions and nowhere near as lightweight.
I have a repeating group which displays all search results, and it has this filter on it:
Address is within miles box’s value miles of search box’s value, so as soon as one of these values has been entered, the search begins (which is annoying because until I enter a ‘miles’ value, there are 0 results). That’s why I’d like it to be triggered by the search button.
Any way to do this nicely?
Thanks