How to get a count of all topics in our Tridion Docs repo

Hi,

What is the most straightforward way to get a count of all topics in our Tridion Docs repo?

I am assuming I can do so with ISHRemote but not sure how to approach the script.

Any feedback appreciated,

Regards,

Ann

emoji
Parents
  • Hi Dave,

    We want to do a review and audit of our content to get a better handle on it.

    From what you say, it sounds like this may be better implemented as a request to RWS Support so I will reach out to them.

    Thanks for your feedback,

    Ann

    emoji
  • You can also search by date using IshRemote which avoids searching the whole repository at once. Borrowing some of Dave's code, the following will count objects created during December 2023 a day at a time. If you know when the earliest objects were created you can start there and work forward to today. Still takes a while but I've found it avoids issues with folder searches where they run for ages and then crash without telling you exactly why or where.

    emoji
Reply
  • You can also search by date using IshRemote which avoids searching the whole repository at once. Borrowing some of Dave's code, the following will count objects created during December 2023 a day at a time. If you know when the earliest objects were created you can start there and work forward to today. Still takes a while but I've found it avoids issues with folder searches where they run for ages and then crash without telling you exactly why or where.

    emoji
Children