Opened 3 years ago

Closed 3 years ago

#1203 closed improvement (fixed)

Miscellaneous improvements in the Last Changes report

Reported by: Alex 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 by Alex, 3 years ago

Summary: Miscellaneous improvements in the Latest Changes reportMiscellaneous improvements in the Last Changes report

comment:2 by admin, 3 years ago

Description: modified (diff)

comment:3 by admin, 3 years ago

Description: modified (diff)

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.

comment:4 by admin, 3 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.