Search Engine with multiple lists on one page

3 posts by 2 authors in: Forums > CMS Builder
Last Post: July 21, 2011   (RSS)

Re: [Jeffncou] Search Engine with multiple lists on one page

By Jason - July 20, 2011

Hi,

What you can do is turn off searching for any tables you don't want the search to affect. You do this by adding:

'allowSearch' => false,

option to the getRecords() call for those tables that shouldn't be searched.

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Search Engine with multiple lists on one page

By JeffC - July 21, 2011

Works perfectly, thanks.
Jeff