Skip to content
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

[5.x] Ensure no queries are run when entries field has no values #11184

Open
wants to merge 2 commits into
base: 5.x
Choose a base branch
from

Conversation

ryanmitchell
Copy link
Contributor

@ryanmitchell ryanmitchell commented Nov 28, 2024

Following the suggested approach here, this PR introduces an EmptyQueryBuilder which is returned by the Entries field type when there are no results to return.

This ensures no query is actually run, which is a performance win.

@jasonvarga If this is what you intended then should I roll it out to the terms and assets fieldtypes?

Closes #11152.

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

Successfully merging this pull request may close these issues.

Entries Fieldtype: Empty field triggers queries across all collections instead of configured scope
1 participant