owl-cli 7.37.0 → 7.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.
|
@@ -1157,6 +1157,13 @@ var @projectCodeService = (function (pigeon) {
|
|
|
1157
1157
|
}
|
|
1158
1158
|
}
|
|
1159
1159
|
}
|
|
1160
|
+
else if (typeof(v)==='object' && v.type==='exists'){
|
|
1161
|
+
if(isNotClause){
|
|
1162
|
+
must_not.push({exists:{fields:k}});
|
|
1163
|
+
}else{
|
|
1164
|
+
filters.push({exists:{fields:k}});
|
|
1165
|
+
}
|
|
1166
|
+
}
|
|
1160
1167
|
else{
|
|
1161
1168
|
var term = {};
|
|
1162
1169
|
if(typeof v == 'string' ){
|