I have a ACF post type called listings with some Field Groups like Zip Code.
I want to be able for users to filter listings (say restaurants) by using the field group connected to the ACF.
However, currently the “Filter - Search” only allows a UI search, without ability to search on field groups (I believe it’s on the roadmap though).
In the meantime, is there an easy way to build this filter such that a user can easily enter a zip code that would connect to my query loop AND still allow me to use other native Filter options (like Filter - Radio?). I would imagine that the query loop has a Bricks ID that shouldn’t be too hard to connect?
I already have an SQL developed but just having a hard time integrating the 2 together.
Any help would be appreciated.