# How can staff search invisible topics?

**URL:** <https://meta.discourse.org/t/how-can-staff-search-invisible-topics/75545>\
**Category:** Support\
**Created:** [2017年十二月6日 17:50 UTC](https://meta.discourse.org/t/how-can-staff-search-invisible-topics/75545 "2017-12-06T17:50:41Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![SidV](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sidv/32/119460_2.png) [@SidV](https://meta.discourse.org/u/SidV)\
**Post date:** [2017年十二月6日 17:50 UTC](https://meta.discourse.org/t/how-can-staff-search-invisible-topics/75545/1 "2017-12-06T17:50:41Z")

</div>

Hi.

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

I use [Data Explorer](https://meta.discourse.org/t/32566?silent=true), and I made this query and saved me!

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

```

Without [Data Explorer](https://meta.discourse.org/t/32566?silent=true), is there any other way to look for the topics that are invisible?

---

<div class="post-metadata">

**Author:** ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)\
**Post date:** [2017年十二月6日 17:57 UTC](https://meta.discourse.org/t/how-can-staff-search-invisible-topics/75545/2 "2017-12-06T17:57:29Z")

</div>

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

---

<div class="post-metadata">

**Author:** ![SidV](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sidv/32/119460_2.png) [@SidV](https://meta.discourse.org/u/SidV)\
**Post date:** [2017年十二月6日 18:02 UTC](https://meta.discourse.org/t/how-can-staff-search-invisible-topics/75545/3 "2017-12-06T18:02:38Z")

</div>

> [@Mittineague](#):
>
> /latest?status=unlisted

Yes! Great tip!

Thanks!!! Solved ❤

---

<div class="post-metadata">

**Author:** ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)\
**Post date:** [2023年八月15日 09:42 UTC](https://meta.discourse.org/t/how-can-staff-search-invisible-topics/75545/4 "2023-08-15T09:42:17Z")

</div>


