@wmfs/tymly-solr-plugin
Advanced tools
Comparing version 1.10.1 to 1.10.2
@@ -0,1 +1,8 @@ | ||
## [1.10.2](https://github.com/wmfs/tymly-solr-plugin/compare/v1.10.1...v1.10.2) (2019-02-15) | ||
### 🐛 Bug Fixes | ||
* **storage-search:** Remove console output ([477ddca](https://github.com/wmfs/tymly-solr-plugin/commit/477ddca)) | ||
## [1.10.1](https://github.com/wmfs/tymly-solr-plugin/compare/v1.10.0...v1.10.1) (2019-02-15) | ||
@@ -2,0 +9,0 @@ |
@@ -186,4 +186,2 @@ 'use strict' | ||
console.log(query) | ||
const results = await this.storageClient.query(query) | ||
@@ -190,0 +188,0 @@ return [results.rows, results.rows.length] |
{ | ||
"name": "@wmfs/tymly-solr-plugin", | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"description": "Plugin which handles interaction with Apache Solr for Tymly framework", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/wmfs/tymly-solr-plugin#readme", |
Sorry, the diff of this file is not supported yet
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
122547
2133