think_elasticsearch
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -704,3 +704,3 @@ 'use strict'; | ||
if (!optionLimit || optionLimit.length < 1) return; | ||
this.queryObj.from = optionLimit[0]; | ||
this.queryObj.from = optionLimit[0] - 1; | ||
this.queryObj.size = optionLimit[1]; | ||
@@ -707,0 +707,0 @@ }; |
{ | ||
"name": "think_elasticsearch", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "基于elasticsearch.js的elasticsearch工具", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -563,3 +563,3 @@ /** | ||
if (!optionLimit || optionLimit.length < 1)return; | ||
this.queryObj.from = optionLimit[0]; | ||
this.queryObj.from = optionLimit[0] - 1; | ||
this.queryObj.size = optionLimit[1]; | ||
@@ -566,0 +566,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
728188