You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Sunspot
If I index a field :title and then sort by that field I get results
like:
A
B
a
b
Now, of course I can add a separate :sort_title that is lower cased,
but I'd rather not do that for every string field I need to index.
Another solution is to modify the Solf.StrField type in schema.xml to
the following.