views_natural_sort_plugin
No security coverage
Claude UsedThis module was built with the assistance of claude code
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.