I've set up a custom post type (People) that outputs WordPress user content on it's single page.
In brief, the way it works is when adding a new post, you give it a user ID and the post will populate the page based on this users info. (Name, E-mail, Description, Other Custom Fields etc).
I've added custom ACF WYSIWG fields to the user, which are all populated with content, yet when searching for words which are included in these fields, it doesn't return the post. Only when searching for the name of the post, it returns the post.
Presumably, User Fields are not included in the default WordPress search, is there a way where i can include User fields to be searchable so that the desired post will appear in the search results?