Hi @bresson,
Do you know how search engine and plugin work? WordPress returns a list of posts, and you must manually get additional information for each of post on this list.
Hi @mateuszgbiorczyk
Thanks for your quick reply. My apologies as I thought the plugin should just work. For instance, searching Posts yields the correct search results since I’m using the_excerpt().
However, when ACF Better Search returns search results for an ACF created Page ( with repeaters, etc ) what is available in the search results that I can use to get the content? Currently I’m getting on the title but the title definitely points to the proper content. Thank you.
@bresson, Can I help you somehow?
Thanks @mateuszgbiorczyk
OK thanks. I think I see … I can use get_fields_object() for each search result and pull content from the Pages. Is this the right path? Thanks again.
If you are in the WP_Query loop then you can use the get_field function. Check it please.