Created by: aka47
To filter a collection you can define COLLECTION_FILTER and use them like "filter:".
With this PR you can also params to those filter and use them like "filter:param". The COLLECTION_FILTER will be called with the params a second argument.
This ideas was already mentioned in the initial PR for COLLECTION_FILTERS, but not implemented. (#947)