instead, the table should be reverse sorted by last edit date
could someone please make this only return the most recent 20 items, and sort by reverse edit date (most recently edited at the top)? Thank you. I just can't figure it out.
this is related to
Item208, lack of docs for WebSearch-with-parameters.
Recently closed just includes
WebSearch which is set up to sort by "!CreationDate", last created first (hardly a random order). Currently that sorts using
TablePlugin. We could either:
- Pass in the field to sort on as URL parameter, or
- use the sorting capability of %SEARCH%
Cutting off after the first 20 will require also a URL parameter to be passed, as we don't want all searches (e.g., for all bugs) to be cut off after the first 20...
--
TW
Done: sort by modified, pass in parameter to limit hits. -- TW