Skip to content

Releases: jeroenvermeulen/magento-solarium

Event for custom product autocomplete HTML

21 Jan 17:30
Compare
Choose a tag to compare

WARNING: Beta version, do not use on production without extensive testing.

  • Added an event which allows you to generate custom product autocomplete HTML

Improvements to lower chances of deadlocks during reindexing

14 Aug 15:25
Compare
Choose a tag to compare

WARNING: Beta version, do not use on production without extensive testing.

  • Improvements to lower chances of deadlocks during reindexing

Please clear Magento + browser cache after upgrading.

Nr of suggestions fix + Very fast suggestions

28 Jul 15:06
Compare
Choose a tag to compare

WARNING: Beta version, do not use on production without extensive testing.

  • Fix for nr of suggestions with "Products as suggestions"
  • Suggestions are now very fast

Please clear Magento + browser cache after upgrading.

Improved Typo Correct and Did You Mean results

25 Jul 21:51
Compare
Choose a tag to compare

WARNING: Beta version, do not use on production without extensive testing.

  • Improved typo correct results
  • Improved Did You Mean results
  • Config setting: Suggestion Accuracy

Products as Suggestions

23 Jul 19:38
Compare
Choose a tag to compare
Pre-release

WARNING: Beta version, do not use on production without extensive testing.

  • Added Products as Suggestions, with images
  • Added Search Type: String Completion
  • Improved "Did you mean..."
  • Improved Self Test
  • Updated nl_NL translations

Please clear Magento cache after upgrading.

Bugfix for self test when using authentication

18 Jul 23:53
Compare
Choose a tag to compare

WARNING: Beta version, do not use on production without extensive testing.

  • Bugfix for self test when using authentication

Please clear Magento cache and reindex the "Catalog Search Index" after upgrading.

"Searching for ## instead" notice + extended Self Test

18 Jul 14:01
Compare
Choose a tag to compare

WARNING: Beta version, do not use on production without extensive testing.

  • Added "Searching for ## instead" notice
  • Improved "Did you mean" to use native search notice.
  • Extended Self Test with Autocomplete and Suggest
  • Search results are saved in registry as an object, can be used in templates.

Added Self Test + Timeout bugfix

15 Jul 23:37
Compare
Choose a tag to compare
Pre-release

WARNING: Beta version, do not use on production without extensive testing.

  • Added self test to configuration
  • Made nr of "did you mean" suggestions configurable
  • Bugfix for issue #32: Error reindexing Solr - timeout

Bugfix for "Did you mean" html

13 Jul 23:59
Compare
Choose a tag to compare
Pre-release

WARNING: Beta version, do not use on production without extensive testing.

  • Bugfix for "Did you mean" html

Added 'Did you mean' and other improvements

13 Jul 22:13
Compare
Choose a tag to compare

WARNING: Beta version, do not use on production without extensive testing.

  • Reindexing is based on events instead of class rewrites
  • Solr is never empty during reindex
  • Added built-in manual to Magento Configuration
  • Replaced install message in admin by notification in inbox #18
  • Multi word autocorrect (schema.xml update needed)
  • "Did you mean" suggestions - thanks @toonvd
  • Bugfix for #20: Searching on URL produces error in Solr log - thanks @toonvd
  • Search in Solr for every search, to be more flexible.