How can I get a list of all topics that I created?
I think it should be something like
%SEARCH{ "versions[-1].info.author = '%USERNAME%" type="query" web="Sandbox" }%
but that returns 0 results.
With "versions[-1]"
I get all topics, and with "info.author = '%USERNAME%'"
a list of the topics where the last edit was made by me. Having a list of all topics where any edit was made by me would be fine, too, but "versions.info.author = '%USERNAME%'"
again gives 0 results.
I’m using Foswiki-1.0.9. (I know that’s quite old.)