'How to search also users' ACF field in CPT search in Wordpress

When searching for posts or products, I want to also include the data from the author on those items.

For example:

a product titled: Cake

That has it's author with an ACF field called display_name_english set as John

When searching for John, should return either cake, or John's author page.


Right now searches return only with values from the posts / products content.

I have ACF at latest version, and also have ACF Better Search plugin installed.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source