We would like to be able to show an ACF repeater field in the search results, just wondering if that’s possible. I’ve the following but it just prints Array
It is not possible, repeater fields all have custom structures and sub fields with sub manes. To show a repeater, you can try the asp_results hook to do it programmatically, I’m afraid there is no other way.
We tried to implement a solution to do this via the back-end, but due to the nature of these fields is not possible.