olasearch-solr-adapter
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -267,2 +267,5 @@ 'use strict'; | ||
return str; | ||
}, | ||
requestParameters: function requestParameters(response) { | ||
return response.responseHeader.params; | ||
} | ||
@@ -269,0 +272,0 @@ }; |
@@ -269,2 +269,5 @@ import { flatten } from 'ramda'; | ||
return str; | ||
}, | ||
requestParameters(response) { | ||
return response.responseHeader.params | ||
} | ||
@@ -271,0 +274,0 @@ } |
{ | ||
"name": "olasearch-solr-adapter", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "OlaSearch adapter for Solr", | ||
@@ -5,0 +5,0 @@ "main": "adapter.js", |
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
11880
380