Closed pspanja closed 4 years ago
This adds some syntax sugar to Query Type expressions to make the configuration less verbose:
split
,
Location
fieldValue(identifier)
content.getFieldValue(identifier)
This adds some syntax sugar to Query Type expressions to make the configuration less verbose:
split
function now has,
as a default delimiter and filters out delimiting mistakesLocation
instance is allowed as a sort option, converts to the Location's sort clausesfieldValue(identifier)
function as a shortcut tocontent.getFieldValue(identifier)