Home › Forums › Backend Issues (wp-admin) › relationship field search not working once filtered › Reply To: relationship field search not working once filtered
function tdr_carousel_query( $args, $field, $post )
{
$args = array(
'posts_per_page' => 200
);
return $args;
}
add_filter('acf/fields/relationship/query', 'tdr_carousel_query', 10, 3);
no on screen errors. just when you start typing in the search box nothing happens. When I remove the above code it works just fine.
Production and local
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.