Skip to content

Merge dynamic queries to dev

Sergi Aguiló Castillo requested to merge sergi into dev

The filter queries are changed in order to improve performance. Now, each query is dynamic and it is created based on the filters given in the URL. Also, the limit and offset is included in each query.

Merge request reports