solr-backbone
Advanced tools
Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "solr-backbone", | ||
"version": "0.3.2", | ||
"description": "", | ||
"version": "0.3.3", | ||
"description": "Implements Backbone sync through Solr query", | ||
"main": "SolrBackbone.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -147,3 +147,3 @@ /** | ||
if (method === 'read') { | ||
options.url = this.url + '/select'; | ||
options.url = this.url + '/select?wt=json'; | ||
} | ||
@@ -150,0 +150,0 @@ |
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
5933