title | issue |
---|---|
Check for Runtime fields in Criteria |
NEXT-22410 |
- Changed
\Shopware\Core\Framework\DataAbstractionLayer\Search\ApiCriteriaValidator
to check if aRuntime
field was used in the criteria and throw an exception if that is the case. - Changed
\Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiDefinitionSchemaBuilder
to add a notice to all runtime fields, that they cannot be used inside a criteria.