Home
====

The **Search** plugin enables developers to quickly implement the [POST-Redirect-GET](Documentation/Post-Redirect-Get.md) pattern. It also provides you with a paginate-able search in any controller. It supports simple methods to build search conditions inside models using strict and non-strict comparing, but also allows you to implement any kind of complex type of search conditions.

Requirements
------------

* CakePHP 2.5+
* PHP 5.2.8+

Documentation
-------------

* [Overview](Documentation/Overview.md)
* [Installation](Documentation/Installation.md)
* [Named Parameters vs Query Strings](Documentation/Named-Parameters-vs-Query-Strings.md)
* [Configuration](Documentation/Configuration.md)
* [POST-Redirect-GET Pattern](Documentation/Post-Redirect-Get.md)
* [Examples](Documentation/Examples.md)

Tutorials
---------

* [Quick Start](Tutorials/Quick-Start.md)
