我使用CakePHP2.4和搜索插件https://github.com/CakeDC/search如何使用cakedc/search插件在1個搜索欄中搜索3個不同的表格?
我有以下
Employee hasOne EmployeeProfile
Employee hasMany Qualification
所以我有一個搜索欄。
搜索欄中將搜索使用LIKE通過以下字段
Employee.name
EmployeeProfile.email
Qualification.title
我怎麼配置這個搜索模型Employee->filterArgs
?
這是原來的問題here
我會說:定製bindModel(如hasOne)的關係的hasMany(資格)和''field'=> array(all,my,fields)' - 或分頁hasMany記錄。 – mark