I wanted to display the filter on the top based on the result display on bottom but it is accepting only 10 result and based on that only the filter is displayed above.

I want to display filter on each base based on the result

Comments

kanhaiya_choudhary created an issue. See original summary.

kanhaiya_choudhary’s picture

StatusFileSize
new784 bytes

I went to file "SelectiveFilterBase.php" of selective bef and comment the code
$view->setItemsPerPage(0);
and it is working as expected. So, the filter is no display based on the result.

kanhaiya_choudhary’s picture

updated patch for version ^3.0@beta

kanhaiya_choudhary’s picture

It will display all filter of the result, irrespective of the page result displayed.