It seems like WMS filters can only apply to layers belonging to a group: https://github.com/qgis/qwc2/blob/68e0733b176c6a7019f7020288e36391262fe0ec/utils/LayerUtils.js#L201 QGIS Server does not have that restriction. I'm able to apply a `FILTER` parameter to a request for a single layer.
It seems like WMS filters can only apply to layers belonging to a group:
qwc2/utils/LayerUtils.js
Line 201 in 68e0733
QGIS Server does not have that restriction. I'm able to apply a
FILTERparameter to a request for a single layer.