Opened 16 months ago
Closed 16 months ago
#1203 closed improvement (fixed)
Miscellaneous improvements in the Last Changes report
Reported by: | Blucecio | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 8.8.5 |
Component: | User Interface | Version: | 8.8.4 |
Keywords: | Cc: |
Description (last modified by admin)
1) Show real count of documents found (now only display the value of the "Display max." search field)
Change History (4)
comment:1 Changed 16 months ago by Blucecio
- Summary changed from Miscellaneous improvements in the Latest Changes report to Miscellaneous improvements in the Last Changes report
comment:2 Changed 16 months ago by admin
- Description modified (diff)
comment:3 Changed 16 months ago by admin
- Description modified (diff)
comment:4 Changed 16 months ago by admin
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
The real number of entries cannot be displayed if it is bigger than the specified max record because the query is optimized and includes the max clause so it will never return more then specified max records.
In order to do so we should have to execute the query twice but be aware that it is a UNION on 6 different history tables each one with huge amount of records, so it may leads to performance issues.