Sorting by ID does not sort properly, eg it jumps from node 6 back to node 1. Sorting by a field tries to access the field value from the node_field_data table but it should actually be doing a join.

Comments

mstrelan created an issue. See original summary.

  • rli committed d318198 on 8.x-1.x
    Issue #2748389: Unable to sort by ID or field value
    
rli’s picture

Status: Active » Needs review
  • Replaced new named Token theme token_tree.
  • Order by ids was broken by replacing the db_or/db_and with the condition object, I have converted it back for now. Will need to replace with the condition properly. Order by property ID is working now.
rli’s picture

Status: Needs review » Needs work
rli’s picture

Assigned: Unassigned » rli

  • rli committed b496db3 on 8.x-1.x
    Issue #2748389: Unable to sort by ID or field value
    
rli’s picture

Status: Needs work » Needs review

Fixed sql query error when sorting by field value.

rli’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.