fix: ensures you can query on mixed schema type within blocks
This commit is contained in:
@@ -203,6 +203,8 @@ class ParamParser {
|
||||
if (priorSchemaType.instance === 'Mixed' || priorSchemaType.instance === 'Array') {
|
||||
lastIncompletePath.path = currentPath;
|
||||
}
|
||||
} else {
|
||||
lastIncompletePath.path = currentPath;
|
||||
}
|
||||
|
||||
if (operator === 'near') {
|
||||
|
||||
Reference in New Issue
Block a user