diff --git a/Documentation.html b/Documentation.html index a26978bce..255301f9e 100755 --- a/Documentation.html +++ b/Documentation.html @@ -3026,6 +3026,14 @@ To create a new, empty mimetype please see libraries/transformations/template_ge $cfg['MaxExactCount'] for a way to modify those results, but this could have a serious impact on performance.
++ The number of records in queries containing COUNT and GROUP BY is + not correctly calculated. Also, sorting results of a query like + "SELECT * from table GROUP BY" ... is problematic. +