I am using fselect (autocomplete search) Facet which is a facet type of the FacetWP plugin to show the titles of a custom post type as a result. what i want to do is to redirect the user to the selected post.
Is there a way to add the post url to the output HTML of the result ?
i have tried to use facetwp_facet_html and facetwp_index_row filters but got no result.