owl-cli 7.38.0 → 7.41.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.
|
@@ -1159,9 +1159,9 @@ var @projectCodeService = (function (pigeon) {
|
|
|
1159
1159
|
}
|
|
1160
1160
|
else if (typeof(v)==='object' && v.type==='exists'){
|
|
1161
1161
|
if(isNotClause){
|
|
1162
|
-
must_not.push({exists:{
|
|
1162
|
+
must_not.push({exists:{field:k}});
|
|
1163
1163
|
}else{
|
|
1164
|
-
filters.push({exists:{
|
|
1164
|
+
filters.push({exists:{field:k}});
|
|
1165
1165
|
}
|
|
1166
1166
|
}
|
|
1167
1167
|
else{
|