how to use cakedc/search plugin for searching across 3 different tables with 1 search bar?
问题 I am using CakePHP2.4 and the search plugin https://github.com/CakeDC/search I have the following Employee hasOne EmployeeProfile Employee hasMany Qualification So I have a single search bar. the search bar will search using LIKE through the following fields Employee.name EmployeeProfile.email Qualification.title how do I configure the model Employee->filterArgs for this search? This is a cross-posting of the original issue here 回答1: The documentation includes an example. 'username' => array(