Tell us what you are trying to do?
We’ve set-up a view where the results update with when the submit button is clicked but we’d like the sorting control and pagination to work without needing to click the submit button.
Is there any documentation that you are following?
No
Is there a similar example that we can see?
Will find one if the question is not making sense.
Given that this is the classic view setup then you should be able to achieve this by going to your Custom Search Settings and selecting the option " AJAX results update when visitors change any filter values"
I didn’t realise that I haven’t updated it back.
So right now, the filters should update only the result when the search button is clicked but then this would also be the same for the sort and the pagination.
We’d want the sort and pagination to just update the result without clicking the search.
I hope the screenshot makes sense now.
We’d want the sort and pagination to just update the result without clicking the search.
While it is possible to perform the pagination without affecting the search, you won't be able to perform the ordering independent of the search settings.
What I mean by this is that the "Update view every time an input changes" setting is tied to the entire filter output section. The frontend sorting is also included in the Filter Output. So it will be affected by the custom search setting as well.
It won't be possible to have the ordering controls have its own independent sorting settings vs the frontend filter settings.