Releases: integer-net/solr-magento2
Releases · integer-net/solr-magento2
1.7.1
1.7.0
- Compatibility to Magento 2.3.1
- Define correct indexer dependencies so they always run in the right order (Thanks Dominik Meglič!)
- Abandoned compatibility to Magento 2.1.x and Php < 7.1 Use the branch "2.1-lts" if you need to use any of those.
1.6.2
- Fix another bug with the Magento 2 Commerce staging feature on category pages
1.6.1
- Fix a bug with the Magento 2 Commerce staging feature on category pages
1.6.0
Improve search results by boosting full word matches
Attention: the new solr schema has to be configured in Solr!
Please reindex after installing the new module version.
1.5.1
- Add section about command line tools to documentation
1.5.0
- Add seperate command line tools for full and partial reindexing
- Compatibility fixes for Magento 2.2
- Add compatibility to Magento 2.2 Commerce Edition
- Fix bugs with area emulation on command line
- Improve declaration of category attributes
- Fix bug with price filter and special prices
- Add automatical reindexing of products if they are assigned to categories in the category view
1.4.2
- Fix Category URLs in autosuggest if links to category pages are activated.
- Show complete category path in autosuggest if activated in configuration
- Optimize product search results for cases when parts of search query occur in different attributes
- Full compatibility to Magento 2.2 (using JSON serialization now)
- Fix Autosuggest URL for stores with different base url
- Use require.js to handle filter options link
- Hide categories tab while initialising search results page
- Fix behavior of search_weight field for boosting attributes
- Change search_weight field for boosting attributes from dropdown to text field
- Add category attribute for solr priority
- Solve problems with indexing on some stores
- Eliminate all calls of
getCustomAttribute()
in order to improve indexing performance - Support really small boost values (like 0.00000001)
- Don't store categories in cache which don't belong to the correct category tree
1.4.1
- Fix behavior of product attributes "Solr Priority" and "Exclude this Product from Solr Index"
- Compatibility to final Magento 2.2.0 defined in composer.json
1.4.0
- Add configuration to enable/disable fuzzy for categories search in autosuggest
- Add configuration to choose sorting of filter options (by alphabet / by number results / by admin sorting)
- Fix filters for swatches attributes
- Fix URLs in autosuggest for multiple store views
- Fix display of category suggestions in case of more than one category with the same name