Delivered
Advanced Multi-Level Sorting in Liquid Components
Add a new orderBy parameter to Liquid module components (and the Open API) - an advanced version of sortBy
that accepts a JSON array of fields with individual directions, enabling multi-level sorting with prioritized
tiebreakers. Supports any top-level or custom property, case-insensitive string sorting, NULL values always last, and an
automatic id ASC final tiebreaker for deterministic order and stable pagination. sortBy continues to work unchanged.
Component Manager gains an "Advanced Sorting" option exposing a JSON input field with basic validation.
- Liquid