Hallo,
> Peter, try sorting them only using one &sort parameter, separating the
> fields by comma.
>
> &sort=zip+asc,street+asc
This was it, thank you.
Ciao
Peter Schütt
Peter, try sorting them only using one &sort parameter, separating the fields
by comma.
&sort=zip+asc,street+asc
--
View this message in context:
http://lucene.472066.n3.nabble.com/More-than-one-sort-criteria-tp4059989p4060015.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hallo,
I have more than one sortable fields. Example:
I have address data and I want to sort by zip code and street name.
Now I have both fields as sortable declared in the schema and I
can sort by them.
q=*&sort=zip+asc
or
q=*&sort=street+asc
But how can I sort by both (first zip code then