github FriendsOfCake/search 2.0.0

latest releases: 7.1.0, 7.0.0, 6.2.5...
7 years ago
  • 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 the actions key in component config.

Don't miss a new search release

NewReleases is sending notifications on new releases.