This node is identical to ordering, with the additional effect that it is used to sort this concept in cases where no ordering is specified by name. If specified, this key also overrides natural-order everywhere that is used.
highlights {
select(pick) {
// This first highlight uses preference learning to present a personalized recommendation based on the user's past behavior
label {
macro (HIGHLIGHT_LABEL_BY_PREFERENCES)
}
macro (space-resort-highlight) {
param (spaceResort) {
expression(pick)
}
}
order-by {
sorting (pick) {
by-preferences
}
}
}
| sorting optional | An expression that evaluates to a concept value, which will be used as a sort key for the concept being sorted |
Copyright 2026 Samsung All rights reserved