Order ride list alphabetically
luismizutani opened this issue · 3 comments
I've created "rides" using numeric IDs in DB to order routes alphabetically. It id not worked. I believe we should treat it in the front-end.
I notice that people uses the word "rua" or "Av" to designate street or avenue when informing their destination. This mess up with the alphabetical order by the name of the street. Makes difficult to find a destination in a long list of ride offers.
Maybe we could ignore the first word if it is Av
or Rua
and later also Street
etc for other languages.
But since the address can be written in so many ways, maybe this won't solve, maybe we can simply add a quick search field on the top.
Anyway, we don't have many ride offers now, it is not hard to find, this is not a priority right now, right?