How can staff search invisible topics?

Hi.

How should staff search invisible topics?
I mean, if there is some method to search it.

I use Data Explorer, and I made this query and saved me!

SELECT id, user_id, title, views
FROM topics
WHERE visible = false
ORDER BY id desc
LIMIT 10

Without Data Explorer, is there any other way to look for the topics that are invisible?

1 Like

Have you tried
.. your site .. /latest?status=unlisted

8 Likes

Yes! Great tip!

Thanks!!! Solved :heart: