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?