I've noticed that when you create a custom list view for the backend and add in columns based on a Textarea field, sorting doesn't work for that column. It does work if the field is a Textstring though, and the reason is because Textstrings are stored in the database in the varcharValue column while Textarea is stored in the textValue column. Is the textValue column not being considered when sorting intended?
List view can't sort Textarea fields
I've noticed that when you create a custom list view for the backend and add in columns based on a Textarea field, sorting doesn't work for that column. It does work if the field is a Textstring though, and the reason is because Textstrings are stored in the database in the varcharValue column while Textarea is stored in the textValue column. Is the textValue column not being considered when sorting intended?
is working on a reply...