Modify

Opened 17 years ago

Closed 16 years ago

#1612 closed defect (fixed)

Tags Query Sort Order Problem

Reported by: Joshua Schmidlkofer Owned by: Alec Thomas
Priority: normal Component: TagsPlugin
Severity: normal Keywords: sort
Cc: Trac Release: 0.10

Description

When running a query:

== Workstations ==
[[ListTagged(expression="workstation",tagspace=wiki)]]

== Laptops ==
[[ListTagged(expression="laptop",tagspace=wiki)]]

I have mixed case tags, and I use CamelCase for humans, and lowercase for all else. The first entry returned places all upper-cased tags at the end. The subsequent entries have standard sort-order, with CamelCase first, and lowercase second.

Attachments (0)

Change History (1)

comment:1 Changed 16 years ago by Alec Thomas

Resolution: fixed
Status: newclosed

Resources are now sorted lexically by their resource ID.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Alec Thomas.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.