ACF Pro 5 relational field in backend
-
I tried the fix you suggested in an earlier post to get the search working on an ACF 4 relational field:
add_filter('relevanssi_admin_search_ok', 'rlv_acf_related_search'); function rlv_acf_related_search($search_ok) { if (DOING_AJAX) $search_ok = false; return $search_ok; }
Should this work for ACF pro 5 as well? I get no results. Have set “Custom Fields to index” to “all” and checked the particular custom post type and acf-field indexing options.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘ACF Pro 5 relational field in backend’ is closed to new replies.