Skip to content

Load filter options before pagination

Taico Aerts requested to merge 457-fix-invalid-query into development

The pagination is what applies the limits to the themes (causing the unsupported SQL).

In actuality, those limits shouldn't even apply to the filter options (it would restrict the filters to things on the current page, rather than over the entire search).

Closes #457 (closed)

Merge request reports