Major
#28398
Determining the number of hits of table filters leads to errors in comparison tables
Column filters of tables count their number of hits to display the expected result set when they are used. In comparison tables, however, it can happen that no value is available for the base or comparison page for a comparison row. The query concept of the `CellExistenceTester` generally exists for this purpose. In contrast to other cell value queries (e.g. for rendering), however, this concept is used incorrectly when determining the number of hits, so that the cell value is also determined for those rows that are invalid according to `CellExistenceTester`. This leads to value queries, especially in the context of comparison tables, failing and preventing the filter capability. As a solution, the result of the `CellExistenceTester` must be used correctly when determining the number of hits, as in the other query points.
Test
No test.