NXRM 3.16 REST search and filtering enhancements

The docs are for the lastest NXRM3 and 3.16 is over a year old so possible something has changed. Can you upgrade and see?

Hi, as part of our deployment in Rundeck, we are doing curl to get/list the artifacts in the repositories from nexus3.
we are trying to limit the artifact to 25 and sort the version in a descending order. However, limit works fine but the descending is not working:
command:
https://nexus-lookup.xxx.com/v2/search?sort=version&direction=desc&repository=${option.nexus_repository.value}&group=/${option.app_name.value}/${option.bucket_name.value}&limit=25

Our artifacte versions are 0.1.10, 0.1.11, …

What Nexus Repo version are you on?