Home › Forums › General Issues › Extending Search functionality in Relationship field to include post body › Reply To: Extending Search functionality in Relationship field to include post body
Hi @SnitchHomer
The relationship field uses a WP_Query to find the posts. In the args, the search parameter is set as s
. You can read about this here: http://codex.wordpress.org/Class_Reference/WP_Query
It is possible then to find a plugin or write some custom code that extends the WP search functionality to search also the post_content.
Thanks
E
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.