Merge pull request #888 from payloadcms/feat/allow-rich-text-querying
feat: allows querying on rich text content
This commit is contained in:
@@ -199,6 +199,10 @@ class ParamParser {
|
||||
];
|
||||
return;
|
||||
}
|
||||
|
||||
if (priorSchemaType.instance === 'Mixed') {
|
||||
lastIncompletePath.path = currentPath;
|
||||
}
|
||||
}
|
||||
|
||||
if (operator === 'near') {
|
||||
|
||||
Reference in New Issue
Block a user