Changes between Version 1 and Version 2 of TracQuery
- Timestamp:
- Mar 15, 2010, 9:46:23 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracQuery
v1 v2 85 85 [[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter)]] 86 86 87 ==== Full rows ==== 88 In ''table'' format you can also have full rows by using ''rows=<field>'' like below: 89 90 {{{ 91 [[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter,rows=description)]] 92 }}} 93 94 This is displayed as: 95 [[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter,rows=description)]] 96 87 97 88 98 === Query Language ===