The Search plugin is an easy way to include search into CakePHP application.
The Search plugin allows you to make any kind of data searchable, enabling you to implement a robust searching rapidly.
The Search plugin is an easy way to include search into your application, and provides you with a paginate-able search in any controller.
It supports simple methods to search inside models using strict and non-strict comparing, but also allows you to implement any complex type of searching.
Most Commonly Used Plugin is CakeDC.