owl-cli 5.37.0 → 5.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -208,7 +208,10 @@ function buildSort(sort){
|
|
|
208
208
|
|
|
209
209
|
var objs = hits.map(function(hit){return hit._source});
|
|
210
210
|
|
|
211
|
-
|
|
211
|
+
delete query.from;
|
|
212
|
+
delete query.size;
|
|
213
|
+
delete query.sort;
|
|
214
|
+
sndTxt = JSON.stringify(query);
|
|
212
215
|
var countUrl = elasticSearchUrl+"/@projectCode/_count";
|
|
213
216
|
|
|
214
217
|
var ss = HttpUtils.postRaw( countUrl, sndTxt, headers);
|