i am attempting to sort a set of nodes according to the value of the column "delta" in a table. I am successfully able to do that using an sql query in the php filter, but when the php filter returns the nodes to the view it belongs to, the ordering of the nodes is ignored and instead they are sorted by their node Id

Comments

Khaled Elkouz’s picture

Status: Active » Closed (fixed)
gnassar’s picture

Priority: Critical » Normal
Status: Closed (fixed) » Closed (works as designed)

Just to clarify: this is a filter plug-in, not a sort plug-in. So the return order of the node IDs should not have an effect on the view's sort ordering.