Skip to content

Releases: doofinder/php-doofinder

Bugfixes

30 Jun 07:10
d3b0100
Compare
Choose a tag to compare

Fix response when the decoded json is an empty array.

Bugfixes

15 Nov 11:33
7e43643
Compare
Choose a tag to compare

Guarantee a max of 2 requests/s when getting search engines. Thanks to @magently.

Enhancements

23 Sep 07:37
f6dcf34
Compare
Choose a tag to compare
  • Now all exceptions inherit from a custom base exception (DoofinderException).
  • Travis CI tests enhancements.

Thanks to @julien-jean for these contributions.

Enhancements

23 Oct 13:31
9808216
Compare
Choose a tag to compare

Added

  • getItems() method in order to deprecate the old items() method.
  • Deprecation message for getDatatypes() method in favor of the getTypes() method.
  • getAllTypes() method to retrieve all user and internal datatypes for a search engine.
  • getInternalTypes() method to retrieve internal datatypes only for a search engine.

Changed

  • getTypes() now only returns user-defined datatypes and not internal ones so passing the result of that function to deleteType() doesn't produce unexpected results (like removing all search suggestions).

Enhancements

12 Sep 13:17
Compare
Choose a tag to compare

Added

  • SearchEngines CRUD
  • Support for multiple types deletion in a single request.

Changed

  • Small refactoring to allow changing the endpoint easily for dev.

Enhancements

03 Sep 16:06
Compare
Choose a tag to compare

Added support for partial updates.

Added TypeAlreadyExists error

13 Jun 08:50
Compare
Choose a tag to compare
New Version: v5.7.4

Signed-off-by: Carlos Escribano <[email protected]>

Added stats endpoint

20 Feb 09:25
Compare
Choose a tag to compare
New version: 5.7.3

Signed-off-by: Carlos Escribano <[email protected]>

Added version to composer.json

05 Feb 20:09
Compare
Choose a tag to compare
Signed-off-by: Carlos Escribano <[email protected]>

Restored redirection as property.

05 Feb 16:52
Compare
Choose a tag to compare
CHANGELOG

Signed-off-by: Carlos Escribano <[email protected]>