RE: counts on search pages?
The page is certainly cluttered enough.
The counts you currently see are generated server-side.
Adding the counts you're asking for, though, has to be done client-side. The selection dropdowns are handled in Javascript. The sort-and-select function does not provide counts. What would be required is adding a post-process script to count the number of lines currently displayed.
This not that hard, and the results can be added to the end of the current, fixed, counts at the bottom of the listing.
|