Skip to content

Releases: integer-net/solr-magento2

1.7.1

04 Jul 09:27
Compare
Choose a tag to compare
  • Compatibility to Magento 2.3.2 (thanks Gerrit Pechmann!)

1.7.0

22 May 08:25
Compare
Choose a tag to compare
  • 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

13 Feb 11:04
Compare
Choose a tag to compare
  • Fix another bug with the Magento 2 Commerce staging feature on category pages

1.6.1

11 Feb 08:37
Compare
Choose a tag to compare
  • Fix a bug with the Magento 2 Commerce staging feature on category pages

1.6.0

04 Feb 09:22
Compare
Choose a tag to compare

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

21 Dec 07:59
Compare
Choose a tag to compare
  • Add section about command line tools to documentation

1.5.0

20 Dec 11:22
Compare
Choose a tag to compare
  • 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

21 Dec 11:00
Compare
Choose a tag to compare
  • 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

20 Oct 12:30
Compare
Choose a tag to compare
  • 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

11 Oct 12:37
Compare
Choose a tag to compare
  • 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