File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
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" : " ^3.2.1 " ,
6
+ "integer-net/solr-base" : " ^3.3.0 " ,
7
7
"integer-net/solr-pro" : " ^1.2.1" ,
8
8
"integer-net/solr-magento2-autosuggest" : " ^1.0.0" ,
9
9
"symfony/console" : " ^2.3|^3.0|^4.0" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ IntegerNet_Solr for Magento 2
2
2
===============
3
3
Release Notes
4
4
5
+ Version 1.6.0 (Feb 4, 2019)
6
+ ---------------------------
7
+
8
+ - Improve search results by boosting full word matches
9
+
5
10
Version 1.5.1 (Dec 21, 2018)
6
11
----------------------------
7
12
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.5.1 " >
3
+ <module name =" IntegerNet_Solr" setup_version =" 1.6.0 " >
4
4
<sequence >
5
5
<module name =" Magento_Store" />
6
6
<module name =" Magento_Search" />
You can’t perform that action at this time.
0 commit comments