Sorting search results?

Can you sort columns or search results using the “?searchview&query=” command?

If so, how? The resortascending parameter appears to do nothing.

Subject: Sorting search results?

from designer help:

SearchOrder=[1,2,3,4]

Indicate 1 to “Sort by relevance”, 2 to “Sort by date ascending”, 3 to “Sort by date descending.” The default is 1. SearchView also supports a SearchOrder value of 4 to “Keep current order”, which sorts the resulting set of documents in the order in which they appear in the view.

Subject: RE: Sorting search results?

Heh, yes I too read this…and all I can say is wow. I mean seriously in a business world who on earth wont want to sort their data by er THEIR DATA!

Anyway I’ve written an uber fast search routine that allows the user to select the columns they want to see and the column they wish to search by. Good job me.