Home › Forums › Backend Issues (wp-admin) › Relation field search in admin › Reply To: Relation field search in admin
You have 2 problems.
1) The relationship field stores an array
2) The array is an array of related post IDs and does not store the title of the post.
It is impossible to search for a title and get posts that have a relationship with another post with searched title. To do this the title of the related post would need to be stored in a meta field of the post where the relationship exists.
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.