Home › Forums › Add-ons › Repeater Field › Query repeater field with two values › Reply To: Query repeater field with two values
The acf/save_post action is detailed here https://www.advancedcustomfields.com/resources/acfsave_post/. You want it to run after ACF saves the data.
In the filter you would loop through the repeater and get the values from the sub fields that you want to search. You would put these values into additional custom fields, not ACF custom fields, just WP custom meta fields, in some type of format that makes them easier to search for your specific needs.
You’re needs are more complicated that I’ve dealt with before and I can’t really say what the best format for the values would be.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.