Skip to content

Releases: FriendsOfCake/search

2.0.2

10 Aug 08:32
Compare
Choose a tag to compare
  • Fix issue with field aliasing.

2.0.1

24 Jun 14:23
Compare
Choose a tag to compare
  • Fields are now auto aliased in filters. You can disable this behavior by setting aliasField to false in filter config.

2.0.0

08 Jun 14:06
Compare
Choose a tag to compare
  • 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.

1.2.4

20 May 07:10
Compare
Choose a tag to compare
  • Fix redirect URL without querystring
  • Allow wildcard escaping in "Like" filter
  • Allow for default values in the search

1.2.3

11 Apr 18:56
Compare
Choose a tag to compare
  • Fix typo in config key implementedMethods.
  • Improve redirection URL on POST.

v1.2.2 Released

22 Feb 12:39
Compare
Choose a tag to compare
  • Fixes errors when used with CakePHP 3.2.3

v1.2.1

03 Feb 19:10
Compare
Choose a tag to compare
  • #70 Add support for ILIKE.

1.2.0

25 Dec 10:21
Compare
Choose a tag to compare
  • #52 Made it easy to use PRG with just specific actions
  • #57 Fix issue where 0 was incorrectly detected as empty

v1.1.0

16 Dec 16:26
Compare
Choose a tag to compare

New fluent interface

Search Plugin 1.0.0 released

13 Jul 14:08
Compare
Choose a tag to compare

First stable release of the Search plugin from FriendsOfCake