- Change search integration to use directly Magento objects like already done for product list
- Switching to category IDs in the category facet to simplify logic.
- Replacing custom URL parsing logic with standard PHP functionality.
- 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.
- 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.
- Added support to configure additional customer attributes in export.
- 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.
- 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.
Making autocompletion more configurable and supporting more autocompletion features.
Introducing new options to configure the filtering and facets in the magento backend.
Added support for the Magento Enterprise Edition.
Fixing special cases in the indexer and improving compatibility, i.e. for magento 1.7.
Refactored the data indexer to use significantly less memory.
Various bugfixes and re-added features from the previous plugin.
This new plugin uses the boxalino p13n thrift API instead of the CEM Frontend one.