In an attempt to create an ‘issue activity log’ for yellowgrass, I tried to retrieve the issues ordered by log.moment (type of DateTime). For some reason, the retrieved issues are not retrieved in the intended order.

var s := search Issue
            with filter project.private : false
            order by log.moment desc
            limit 10;
var results := results from s.matchAllQuery();

This may be related to the DateBridge, or something special is going on when using a “match all”-query.

Submitted by Elmer van Chastelet on 13 June 2013 at 09:29

On 13 June 2013 at 09:29 Elmer van Chastelet tagged search

Log in to post comments