I have published a map service in GeoServer, and there are thousands of features in there. When I generate GeoJSON from Layer Preview with out "maxFeatures=50", the process is getting extremely slow. So I was wondering that if there is a way that I can put some filter in the request url so I can get specifically what I want instead of all features?
For example, I want get features whose name equals to "test", can I make the url:
in order to filter?
If not, is there any other way to do it?
Thanks