Question
Is there a way to search for all pages last modified or created by a specific user and sort the results by date?
Environment
--
ThierryLam - 07 Nov 2008
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Try this
%SEARCH{"info.author='SpecificUserName'" web="%WEB%"
type="query" order="modified" reverse="on"}%
--
EnriqueCadalso - 07 Nov 2008
You can also add a
limit="50" to show only recent contributions. See details in
VarSEARCH,
FormattedSearch and
QuerySearch.
--
PeterThoeny - 07 Nov 2008