Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Releases: printdeal/PrintdealPandosearchBundle

Maintenance

22 Nov 09:25
66155dc
Compare
Choose a tag to compare
  • Fix phpstan warnings
  • Use the most advanced level of PHPStan check
  • Add rules to check reasonable PHPUnit tests

Pando Search Bundle Released

31 Jul 08:41
Compare
Choose a tag to compare

Now you can use printdeal pandosearch bundle at production. All BC will be done with new major version assignment.

Size parameter added to suggestion criteria list

31 Jul 08:39
Compare
Choose a tag to compare
Size property for SuggestCriteria (#37)

* SEARCH-201 Size property for SuggestCriteria;

* SEARCH-201 Size property for SuggestCriteria; Fix Unit Tests;

FQCN as service name

20 Jul 08:53
7708da1
Compare
Choose a tag to compare
  • FQCN as service names
  • Internal code improvements

Fix return type

22 Feb 10:16
53615ec
Compare
Choose a tag to compare

After serialization request now can be any type, so return typehint was removed.

Readme updated

08 Feb 09:28
d9f5f2a
Compare
Choose a tag to compare
Merge pull request #29 from printdeal/README-update

Update README.md

Dynamic entities

08 Feb 08:37
6746d1a
Compare
Choose a tag to compare

New configuration options available:
search_response_entity with FQCN for search response entity
suggestion_response_entity with FQCN for suggestions response entity

Symfony4 ready

06 Dec 09:07
9e0e7c7
Compare
Choose a tag to compare

Now Pandosearch Bundle is ready to Symfony 4.
Tests were optimised for new ContainerBuilder and all dependencies were rechecked.

Multilanguage functionality improved

10 Aug 15:02
Compare
Choose a tag to compare

Now it is possible to include localizations list as a parameter
Url format for multiple localizations was changed

Travis build got coverage at reports
PHPStan check added

Single localization support

01 Aug 11:20
Compare
Choose a tag to compare

Works only if localizations was set at configuration:
Check does search or suggestion calls were executed for localization from the list.
If only one localization was set as the configuration - do not send localization to Pandosearch.