elasticgeo
elasticgeo copied to clipboard
sort the layer result from elasticsearch
Hi Is it possible to sort the layer result from elasticsearch in geoserver in the "Restrict the features on layer by CQL filter" text field?
Thanks
That's a general layer configuration option provided by GeoServer (see https://docs.geoserver.org/stable/en/user/data/webadmin/layers.html#restricting-features-showing-up-in-the-layer). Typically sorting is done on GetFeature requests through the sortBy parameter (see https://docs.geoserver.org/stable/en/user/services/wfs/reference.html#getfeature).