In this PR I improved the filter, sort and pagination system. The new search system uses a builder component that is able to dynamically join tables based on the applied filters and sorts, drastically improving the performance. Before, all relevant tables were joined which was not necessary.
In this PR I improved the filter, sort and pagination system. The new search system uses a builder component that is able to dynamically join tables based on the applied filters and sorts, drastically improving the performance. Before, all relevant tables were joined which was not necessary.