@wmfs/tymly-solr-plugin
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -0,1 +1,8 @@ | ||
## [1.8.2](https://github.com/wmfs/tymly-solr-plugin/compare/v1.8.1...v1.8.2) (2018-12-12) | ||
### 🐛 Bug Fixes | ||
* [#695](https://github.com/wmfs/tymly-solr-plugin/issues/695) Improve search ([286d5a5](https://github.com/wmfs/tymly-solr-plugin/commit/286d5a5)) | ||
## [1.8.1](https://github.com/wmfs/tymly-solr-plugin/compare/v1.8.0...v1.8.1) (2018-12-11) | ||
@@ -2,0 +9,0 @@ |
@@ -74,3 +74,3 @@ 'use strict' | ||
const searchTerm = event.query | ||
? encodeURIComponent( | ||
? '(' + encodeURIComponent( | ||
event.query | ||
@@ -83,3 +83,3 @@ .trim() | ||
.join(' AND ') | ||
) | ||
) + ')' | ||
: '' | ||
@@ -86,0 +86,0 @@ |
{ | ||
"name": "@wmfs/tymly-solr-plugin", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "Plugin which handles interaction with Apache Solr for Tymly framework", | ||
@@ -35,3 +35,3 @@ "homepage": "https://github.com/wmfs/tymly-solr-plugin#readme", | ||
"@semantic-release/git": "7.0.5", | ||
"@wmfs/tymly": "1.72.0", | ||
"@wmfs/tymly": "1.74.0", | ||
"@wmfs/tymly-pg-plugin": "1.108.0", | ||
@@ -38,0 +38,0 @@ "@wmfs/tymly-rbac-plugin": "1.12.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
109181