Search Results.. summary

2 posts by 2 authors in: Forums > CMS Builder
Last Post: April 27, 2012   (RSS)

By s2smedia - April 27, 2012

I have the search function set up.. but it is only showing title/summary..

How I can I set it up to show other fields for the records its searching?

here how the php is set up:

$searchTables['girls_tournaments'] = array(
'viewerUrl' => 'girls-tournament.php',
'titleField' => 'title',
'summaryField' => 'city',
'searchFields' => array('title','city'),
);