I need to be able to sort content based on multiple fields. Sometimes a content has a title and an optional short title. The functionality I need would be to sort the result with short title if it exists, or else with title.
Elastic search can use a script for conditional sorting. Would it be possible to let us use that functionality?