Search problem

2 posts by 2 authors in: Forums > CMS Builder
Last Post: November 11, 2010   (RSS)

Re: [smesa] Search problem

By Chris - November 11, 2010

Hi Shawn,

The solution is to set "allowSearch" => false for all the other getRecords calls on your search page, like this:

// load something other than news
list($otherRecords, $otherMetaData) = getRecords(array(
'tableName' => 'other',
'allowSearch' => false,
));


I hope this helps! Please let me know if you have any questions.
All the best,
Chris