Home › Forums › Bug Reports › Page Link and Post Object Field Select2 Search Not Working › Reply To: Page Link and Post Object Field Select2 Search Not Working
You could try adding debug information into the method
function acf_get_grouped_posts( $args ) {
beginning on line 1547 in api/api-helpers.php
The issue for me was the
$posts = get_posts( $args );
call on line 1583 was not using the “s” arg correctly. I debugged it by dumping out the $args var and trial / error.
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.