Foswiki support web
Since 2026, WebChanges are always redirected to the WebHome.
I'd like to have a WebChanges topic from the Support web stating the questions that were most recently created.
The WebSearch form can be used, but by default sorts using the most recently edited date...
But you can tweak it:
New
Support web Web Changes
Breakdown of the URL:
- https://foswiki.org/Support/WebSearch
- ?origin=Support.WebHome
- #fq={!tag=web%20q.op=OR}web%3A(Support)
- &fq={!tag=field_ TopicType _first_s%20q.op=OR}field_TopicType_first_s%3A(QuestionForm)
- &sort=createdate%20desc
So: Support web, QuestionForm topic type, createdate desc order
It still went wrong, because QuestionForm was interpreted in one way or another, so I had to escape it with a preceding exclamation mark, making the URL look like:
https://foswiki.org/Support/WebSearch?origin=Support.WebHome#fq={!tag=web%20q.op=OR}web%3A(Support)&fq={!tag=field_TopicType_first_s%20q.op=OR}field_TopicType_first_s%3A(!QuestionForm)&sort=createdate%20desc
Old
https://foswiki.org/Support/WebChanges#sort=date%20desc
Now redirected to the WebHome topic.