Releases: FriendsOfCake/search
Releases · FriendsOfCake/search
2.0.2
2.0.1
2.0.0
- Support for directly passing querystring as find options like
$this->Posts->find('search', $this->request->query)
has been removed. You will get an exception trying to do so. SearchBehavior::filterParams()
is deprecated. Instead you should just use the custom search finder as$this->Posts->find('search', ['search' => $this->request->query])
Like
filter now allows configuring the wildcard characters.- The
PrgComponent
is now by default enabled only for "index" and "lookup" actions. You can modify the actions as needed using theactions
key in component config.
1.2.4
1.2.3
v1.2.2 Released
- Fixes errors when used with CakePHP 3.2.3
v1.2.1
1.2.0
v1.1.0
Search Plugin 1.0.0 released
First stable release of the Search plugin from FriendsOfCake