Support

Account

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