Keats / tera

A template engine for Rust based on Jinja2/Django
http://keats.github.io/tera/
MIT License
3.56k stars 285 forks source link

Case-insensitive sort #587

Open XAMPPRocky opened 3 years ago

XAMPPRocky commented 3 years ago

It would be nice if the builtin sort filter had a case_sensitive argument for strings similar to unique's where one could specify whether or not to sort by casing, as currently the sort is case sensitive only.

Keats commented 3 years ago

sounds like something ok to add

xyzshantaram commented 2 years ago

Hi, are there any updates on this?