hello everyone :wave:, I’m currently trying out th...
# community-help
s
hello everyone 👋, I’m currently trying out the Typesense 0.23.0 version with the
default_sorting_field
. this field can now be a string, which is awesome! but if I want to default sort on my
title
field, it all shows descending. how can I make sure it’s sorted ascending? thx for the help. I’ve tried setting
title asc
but didn’t work and `title:asc`gave an error
k
What error do you get when you sort explicitly with sort by title:asc?
Technically default sorting field cannot be a string although you can now sort explicitly by a string field if you wish... Trying to create a collection with default sorting field referring to a string field should not be allowed.