This module adds a natural sorting option to Drupal Views, ensuring alphanumeric strings are sorted in a human-readable order. It achieves this by separating text and numeric parts of strings for sorting without needing extra processing.
Provides a Views sort plugin that sorts alphanumeric strings in human-expected order.
How it works
The module splits each value into a text prefix (everything before the first digit) and a leading numeric sequence, then sorts by the text prefix first and the numeric value second. This produces a natural ordering without requiring any stored index or cron processing.
Depends on
Dependencies of the latest stable release
- views Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.