File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " " ,
4
4
"require" : {
5
5
"php" : " ~5.6.0|^7.0" ,
6
- "integer-net/solr-base" : " ^1 .0.0" ,
6
+ "integer-net/solr-base" : " ^2 .0.0" ,
7
7
"integer-net/solr-pro" : " ^1.0.0" ,
8
8
"integer-net/solr-magento2-autosuggest" : " ^1.0.0" ,
9
9
"magento/module-catalog" : " ^101.0.0" ,
Original file line number Diff line number Diff line change @@ -2,10 +2,13 @@ IntegerNet_Solr for Magento 2
2
2
===============
3
3
Release Notes
4
4
5
- Ongoing Work
5
+ Version 1.1.2 (May 15, 2017)
6
6
---------------
7
7
8
+ - Imporove search requests for queries including numbers
8
9
- Fix bug with fuzzy search for categories not working
10
+ - Fix bug with autosuggest in multistore environments
11
+ - Add check for correct attribute configuration
9
12
10
13
Version 1.1.1 (Apr 12, 2017)
11
14
---------------
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
3
- <module name =" IntegerNet_Solr" setup_version =" 1.1.1 " >
3
+ <module name =" IntegerNet_Solr" setup_version =" 1.1.2 " >
4
4
<sequence >
5
5
<module name =" Magento_Search" />
6
6
<module name =" Magento_CatalogSearch" />
You can’t perform that action at this time.
0 commit comments