Merge pull request #888 from payloadcms/feat/allow-rich-text-querying

feat: allows querying on rich text content
This commit is contained in:
James Mikrut
2022-08-04 14:04:40 -04:00
committed by GitHub
2 changed files with 30 additions and 0 deletions

View File

@@ -199,6 +199,10 @@ class ParamParser {
];
return;
}
if (priorSchemaType.instance === 'Mixed') {
lastIncompletePath.path = currentPath;
}
}
if (operator === 'near') {