Releases: jeroenvermeulen/magento-solarium
Event for custom product autocomplete HTML
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
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
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
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
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
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
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
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
WARNING: Beta version, do not use on production without extensive testing.
- Bugfix for "Did you mean" html
Added 'Did you mean' and other improvements
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.