Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Adding custom table data to search/results and custom result grouping/display › Reply To: Adding custom table data to search/results and custom result grouping/display
May 2, 2019 at 9:07 am
#22428
Keymaster
Hi,
For this purpose use the asp_results filter instead. This example could be a good starter: https://wp-dreams.com/knowledge-base/custom-fields-in-result-titles/
Creating custom groups at the moment is unfortunately not possible. You can however change the result group by checking the $r->g_content_type property, that sets the group name for each result.