Create search and filter view. Users can search via text input and select "go" &/or they can click to open the Filter button modal, select and apply filters to browse results (posts)
Link to a page where the issue can be seen: hidden link
I expected to see: hitting the apply button in the modal pop-up should apply the filters
Your search filters can only have 1 submit button and it will apply all the filters. If a filter is not selected with a value then it won't get applied.
The modal popup is visible in mobile mode, when users hit the "Filter" button. I have had to suspend the filters for now because they do not work (due to the one submit button restriction).
How do others workaround this issue? It should be fairly standard having a search bar and filters on the same page. Its on most websites.