Hi,
I know you can sort by integer values in sphinx but is there a way I can get sphinx to sort by a text field alphabetically?
I want to search on first name and instead of sorting on relevance, I'd like to sort by the first name alphabetically. I know I can do this in mysql but in mysql I don't have features like stemming (as far as I know).
Thanks Everyone!