Hey there,
Was wondering if this is a bug, or expected behavior… I have a weblog:entries tag, which is set roughly as follows:
{exp:weblog:entries weblog="weblog_name" status="not Closed" orderby="title|date" sort="asc|desc"}I was expecting this to order alphabetically by title, then within this, order by date. It seems to be ignoring the date order/sort. My entries are as follows:
Entry info:
- Product One v.1.0 (entry date: Jan 2010)
- Product One v.2.0 (entry date: June 2010)
- Product One v.3.0 (entry date: July 2010)
- Product Two v.1.0 (entry date: Jan 2010)
So I would expect it to list by Alpha, then Date Desc within each Alpha:
What I would expect:
- Product One v.3.0 (July)
- Product One v.2.0 (June)
- Product One v.1.0 (Jan)
- Product Two v.1.0What I am actually getting:
- Product One v.1.0 (Jan)
- Product One v.2.0 (June)
- Product One v.3.0 (July)
- Product Two v.1.0I am on version EE 1.6.9.
Tx!