Support Forums

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Displaying ACF field search terms after search

Viewing 4 posts - 1 through 4 (of 4 total)
  • Austin Redd
    #226330

    Hi I tried looking through the forums but did not find anything about showing search/filter terms using post meta. I saw this https://searchandfilter.com/documentation/accessing-search-data/ but am not having any luck.

    I’m current using

    	echo $sf_current_query->get_fields_html(
    		array("_sft_effects", "_sfm_strain_type_checkbox"), 
    		$args
    	);

    but the _sfm_ fields do not display cleanly, it does output an array . Can you point me in the right direction?

    Thanks,

    Trevor Moderator
    #226368

    Are you trying to display the value of these two customs fields in each posts, or something like, ‘You searched for …. and …’ as a text block before or after the actual results posts listing?

    If the latter, this post might give you a better approach:

    https://support.searchandfilter.com/forums/topic/accessing-the-search-data-3/#post-223002

    Ignore this first suggestion, which is what you have done already.

    Austin Redd
    #226370

    Trevor,

    Sorry I forgot to close this topic. Someone helped me just target elements from the array and clean them up and format them as needed.

    You can close/delete this since archiving it won’t be helpful to anyone reading in the future.

    Thanks for your quick response.

    Trevor Moderator
    #226376

    Thanks for letting me know. I will close this thread for now.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Displaying ACF field search terms after search’ is closed to new replies.