Releases: boxalino/plugin-magento
Releases · boxalino/plugin-magento
new search integration (without going in database)
- Change search integration to use directly Magento objects like already done for product list
URL parsing bugfixes for facets
- Switching to category IDs in the category facet to simplify logic.
- Replacing custom URL parsing logic with standard PHP functionality.
transaction indexing extension
- Added a default cron job configuration for the boxalino full indexer to run at 2am.
- Transactions are now synced incrementally by default, introduced a configuration option to force full transaction syncs.
- Adding configuration to optionally export billing & shipping address properties in the transactions.
- Add support for previously ignored guest transactions as customer profiles.
- Will now detect Indexing misconfigurations (overlaps of data intelligence indexes and languages) and report them.
refactoring and bugfixes
- Moved plugin from local to community pool to support custom overrides.
- Adding support for URL export in Magento EE.
- Improving handling of missing/empty images in the autocompletion.
- Refactoring and improving facet block.
- Exclude catalog only items in the search.
- Fixing regressions in the customer synchronization.
- Correcting order total calculation in tracking.
supporting configurable customer attributes
- Added support to configure additional customer attributes in export.
supporting more complex shop structures
- Added support for structures where store views map to languages in different search indexes within one website
- Improved handling of empty deltas and permission problems when creating ZIPs.
generic recommendation block and datetime properties
- Added generic p13n recommendation block that can be added to any page.
- Added support for datetime properties.
- The special_price now is exported according to the special_from_date and
special_to_date properties. These two properties are now exported by default.
improving autocompletion
Making autocompletion more configurable and supporting more autocompletion features.
improving filtering and facet support
Introducing new options to configure the filtering and facets in the magento backend.
Magento EE support
Added support for the Magento Enterprise Edition.