Skip to content

fix: querying virtual fields deeply with draft: true #12868

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 24, 2025
Merged

Conversation

r1tsuu
Copy link
Member

@r1tsuu r1tsuu commented Jun 19, 2025

Fixes an issue when querying deeply new relationship virtual fields with draft: true. Changes the method for where sanitization, before it was done in validateSearchParam which didn't work with versions properly, now there's a separate sanitizeWhereQuery function that does this.

Copy link
Contributor

@DanRibbens DanRibbens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few questions for you.

@r1tsuu r1tsuu requested a review from DanRibbens June 23, 2025 18:44
@DanRibbens DanRibbens merged commit bc9b501 into main Jun 24, 2025
152 of 154 checks passed
@DanRibbens DanRibbens deleted the fix/virtual-issue branch June 24, 2025 02:18
Copy link
Contributor

🚀 This is included in version v3.44.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants