Releases: doofinder/php-doofinder
Releases · doofinder/php-doofinder
Bugfixes
Fix response when the decoded json is an empty array.
Bugfixes
Enhancements
- Now all exceptions inherit from a custom base exception (
DoofinderException
). - Travis CI tests enhancements.
Thanks to @julien-jean for these contributions.
Enhancements
Added
getItems()
method in order to deprecate the olditems()
method.- Deprecation message for
getDatatypes()
method in favor of thegetTypes()
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 todeleteType()
doesn't produce unexpected results (like removing all search suggestions).
Enhancements
Added
- SearchEngines CRUD
- Support for multiple types deletion in a single request.
Changed
- Small refactoring to allow changing the endpoint easily for dev.
Enhancements
Added support for partial updates.
Added TypeAlreadyExists error
New Version: v5.7.4 Signed-off-by: Carlos Escribano <[email protected]>
Added stats endpoint
New version: 5.7.3 Signed-off-by: Carlos Escribano <[email protected]>
Added version to composer.json
Signed-off-by: Carlos Escribano <[email protected]>
Restored redirection as property.
CHANGELOG Signed-off-by: Carlos Escribano <[email protected]>