We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cebce commit 267f116Copy full SHA for 267f116
meta/AggregationFilter.php
@@ -20,7 +20,7 @@ class AggregationFilter extends Aggregation
20
*/
21
public function render($showNotFound = false)
22
{
23
- $colValues = $this->getAllColumnValues($this->result);
+ $colValues = $this->getAllColumnValues($this->searchConfig->getResult()->getRows());
24
25
// column dropdowns
26
foreach ($colValues as $num => $colData) {
0 commit comments