Sort by String order¶
Description¶
Sort objects based on the alphabetical order of one or more of their string properties (max 3). This block forgets any previous ranking. It should only be used at the end of a strategy, for specific application requirements.
Input¶
SOURCE [OBJ]
: The list of objects to sort
Output¶
RESULT [OBJ]
: Sorted objects
Parameters¶
Property{1,2,3}
: the string property to check.Property{1,2,3} - Language
: when a language is selected, only the strings in this language are considered. This uses the language tags that are defined in the data.Property{1,2,3} - Case-sensitive
: if set tofalse
, upper/lower case is ignoredProperty{1,2,3} - Direction
: sorting direction (ASC
,DESC
)