I'd like to sort on the title field, but I am getting weird results because the sort is not case insensitive. I was hoping to add another field to the collection called lowerTitle which would just be a lowercase version of the title.
Is there a way to do this with Pages? The documentation that I have seen seems to suggest it takes the base collection and uses that. I would prefer not to have these fields on the server side since they are only used for client side sorting.
I have a collection that contains fields like the ones below:
I'd like to sort on the
title
field, but I am getting weird results because the sort is not case insensitive. I was hoping to add another field to the collection calledlowerTitle
which would just be a lowercase version of thetitle
.Is there a way to do this with Pages? The documentation that I have seen seems to suggest it takes the base collection and uses that. I would prefer not to have these fields on the server side since they are only used for client side sorting.