Closed (works as designed)
Project:
Views PHP Filter
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2009 at 08:40 UTC
Updated:
19 Oct 2009 at 13:39 UTC
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
Comment #1
Khaled Elkouz commentedComment #2
gnassar commentedJust 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.