When I search for [sm:create-account](https://exist-db.org/exist/apps/fundocs/?q=sm%3Acreate-account&action=search&where=signature) function, results are sorted in the following order: 1. `sm:create-account#4` 1. `sm:create-account#6` 1. `sm:create-account#3` 1. `sm:create-account#5` **Describe the solution you'd like** For better orientation in function signatures, it is useful to sort functions with the same name according to arity: 1. `sm:create-account#3` 1. `sm:create-account#4` 1. `sm:create-account#5` 1. `sm:create-account#6` Let me know if I can help with the development of this functionality.