packagist friendsofcake/search 2.0.0

latest releases: dev-master, dev-better-feedback, dev-composer-normalize...
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.