Support

Account

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