howdy, i have a field that sorts fine all other content, and i cant seem to debug why it wont sort for me on this one chunk of it. "sort":"alphatitle asc", "debugQuery":"on", "_":"1594733127740"}}, "response ":{"numFound":3,"start":0,"docs":[ { "title":"Money orders", { "title":"Finance, consolidation and rescheduling of debts", { "title":"Rights in former German Islands in Pacific", },
its using a copyfield from "title" to "alphatitle" that replaces all punctuation pattern: ([^a-z])replace: allclass: solr.PatternReplaceFilterFactory and if i use just title it flips: "title":"Finance, consolidation and rescheduling of debts"}, { "title":"Rights in former German Islands in Pacific"}, { "title":"Money orders"}] and im banging my head trying to figure out what it is about this content in particular that is not sorting the way I would expect. don't suppose someone would be able to lead me to a good place to look?