We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When querying multiple sections at once, (.section(['galaxies','planets'])), ordering by custom field returns a list of entries grouped by section.
.section(['galaxies','planets'])
Ordering by postDate, title works fine, problem only occurs with custom fields.
postDate
title
This works fine in Craft 4.
5+
No response
The text was updated successfully, but these errors were encountered:
thanks for reporting @olivierbon btw: the same happens when you use two element types in one section
Sorry, something went wrong.
Thanks for all the info, Oli! It looks to be affecting MySQL and not PgSQL. Looking into it!
CoalesceColumnsExpression + fix #14821
798b9d7
Fixed for 5.1 via 798b9d7
Craft 5.1 is out with that fix.
brandonkelly
No branches or pull requests
What happened?
Description
When querying multiple sections at once, (
.section(['galaxies','planets'])
), ordering by custom field returns a list of entries grouped by section.Ordering by
postDate
,title
works fine, problem only occurs with custom fields.This works fine in Craft 4.
Craft CMS version
5+
PHP version
No response
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: