#266 closed enhancement (fixed)
Trac: Show matched tickets count on all custom queries
| Reported by: | DrewAPicture | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Trac | Keywords: | |
| Cc: |
Description
It would be nice if the number of matched tickets was always displayed for custom ticket queries on Trac.
Currently, the matched ticket count only shows on custom queries that span more than one page, i.e. 100+ matches. The count is shown as the number of results (which is better than nothing).
Adversely, on report pages, the match count is always displayed, regardless of how many tickets there are.
Change History (5)
#2
@
13 years ago
That was pretty easy. Trac only displays this <h2> if "paginator.has_more_pages"
http://trac.edgewall.org/browser/tags/trac-1.0.1/trac/ticket/templates/query_results.html#L20
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I've always assumed this is a bug in Trac. If we can isolate where it occurs we can probably patch it or work around it.