In the web request url there is a \"sort\" option. However, how do i sort by two fields? If I do something like:
sort=field1 asc&sort=field2 desc >
sort=field1 asc&sort=field2 desc
you do it this way:
sort=field1 asc, field2 desc