Skip to content

Releases: jeroenvermeulen/magento-solarium

Logos + Test Connection button

15 May 14:08
Compare
Choose a tag to compare
  • The first "stable" version
  • Added "Test Connection" button to configuration
  • Added logos to configuration - Thanks @toonvd
  • Added Dutch translations

Fixed autocomplete error on Solr 3.x

08 May 14:55
Compare
Choose a tag to compare
Pre-release

Beta version, do not use on a production shop right away.

  • Fixed issue #15: Autocomplete error on Solr3

Don't forget to update schema.xml on your Solr server to fix the autocomplete issue on Solr 3.x

Fixed issue #13: Autocomplete should filter on store

07 May 23:52
Compare
Choose a tag to compare
  • Fixed issue #13: Autocomplete should filter on store

Solr HTTP Authentication + Auto suggestion

06 May 21:41
Compare
Choose a tag to compare
  • Added possibility to use http authentication in Solr connection. Thanks @toonvd.
  • Added Solr based auto suggestion. Thanks @toonvd.
  • Issue #11 Detect empty index, fallback to Magento Fulltext Search.

Please clear all Magento caches after upgrading to this version.

Fix for error when using shell/indexer.php in Magento 1.7

03 May 16:58
Compare
Choose a tag to compare
  • Fix for issue #9: Class not found when using shell/indexer.php in Magento 1.7

Fix for error when using shell/indexer.php

03 May 10:19
Compare
Choose a tag to compare
  • Fix for issue #8: Fatal error when using shell/indexer.php

BufferedAdd + Improvements

19 Apr 11:45
Compare
Choose a tag to compare
Pre-release
  • Improved indexing based on Solarium's BufferedAdd Plugin. Thanks @basdenooijer.
  • Extended version info
  • Improved timeouts when Solr is not responding
  • Fix for enabling/disabling Solr search per storeview
  • Added spellcheck.alternativeTermCount=1. Thanks @toonvd.
  • Improved error handling, thanks @MikeYV
  • If no products found, don't generate error but consider OK. Thanks @MikeYV

Fix licence in composer.json

08 Apr 18:12
Compare
Choose a tag to compare
Pre-release

The reason of this release is only a small change to composer.json: the licence code.

Added Solr 3.1 compatibilty

08 Apr 18:22
Compare
Choose a tag to compare
Pre-release
  • Improved Configuration Settings
  • Enable/Disable for separate storeviews is fixed
  • Added version info to Configuration
  • Added licence info to Solarium + explanation about dependencies
  • Added 'df' param to ping and query
  • Improved error messages
  • Separate timeout for search
  • Updated to work from Solr 3.1.0
  • Removed some unnecessary stuff from solrconfig.xml
  • Improved index rebuild to send 100 products at once.

Auto correct support

08 Apr 18:23
Compare
Choose a tag to compare
Auto correct support Pre-release
Pre-release
  • Fix for issue #1: Solr xml illegal character issue on Magento indexing
  • Added auto correct for search terms
  • Improved error catching
  • Added configurable timeout
  • Added confirmation after rebuilding Solr index
  • Symfony EventDispatcher version: 2.4.2
  • Improved error catching
  • Removed some unnecessary settings from solrconfig.xml