Closed Bug 921911 Opened 11 years ago Closed 11 years ago

Enhancements to using the order parameter in Bug.search

Categories

(Bugzilla :: WebService, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 918443

People

(Reporter: mail, Unassigned)

Details

Two enhancements. Since they are related, I'm creating a single bug.

1) Document that the order value can be passed to Bug.search to specify the order that the bugs are returned in

2) Run the array through map_fields (like we do with the parameters). Currently, if I want to order by the summary, I need to specify { order => 'short_desc }, not { order => 'summary' } (short_desc is the column name in the bug table, summary is the value we give the user in Bug.search)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.