โšก๏ธ Live updates comments, jobs, and issues, tagged with #entityQuery will update issues and activities on this page.

Issues

The last 100 updated issues.

Activities

The last 7 days of comments and CI jobs.

  • ๐Ÿ‡บ๐Ÿ‡ธUnited States mlncn Minneapolis, MN, USA

    This probably will not help 5ยฝ years later but you were almost thereโ€” for entityQuery's purposes the column is not the full column name as it appears in the database table but only the part not redundant with the field nameโ€” so in the original post's example the field plus column indicator is not field_date_range.field_date_range_end_value but rather field_date_range.end_value, used like this:

      ->sort('field_date_range.end_value');
    

    This does not seem documented for sort() nor condition(), at least not in the docblock, and it really should be i think.

Production build 0.71.5 2024