# How to find only wiki topics?

**URL:** https://meta.discourse.org/t/how-to-find-only-wiki-topics/44183
**Category:** Support
**Created:** [13 Mayo, 2016 04:21 UTC](https://meta.discourse.org/t/how-to-find-only-wiki-topics/44183 "2016-05-13T04:21:11Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![rhyolight](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rhyolight/32/120422_2.png) [@rhyolight](https://meta.discourse.org/u/rhyolight)
#### Post date: [13 Mayo, 2016 04:21 UTC](https://meta.discourse.org/t/how-to-find-only-wiki-topics/44183/1 "2016-05-13T04:21:11Z")

</div>

Continuing the discussion from [Wiki tag for wiki topic](https://meta.discourse.org/t/wiki-tag-for-wiki-topic/26025/7):

I know I can tag a topic as `wiki` in the future, but I have a bunch of wikis already created, and I don’t remember them all. Is there any way I can find them so I can tag them all for future searches?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [13 Mayo, 2016 04:46 UTC](https://meta.discourse.org/t/how-to-find-only-wiki-topics/44183/2 "2016-05-13T04:46:59Z")

</div>

There might be an advanced search term for this, if not, there should be. cc @techAPJ

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [13 Mayo, 2016 08:32 UTC](https://meta.discourse.org/t/how-to-find-only-wiki-topics/44183/3 "2016-05-13T08:32:18Z")

</div>

I just added support for `in:wiki` filter via

[https://github.com/discourse/discourse/commit/5b030017d9a0ce22a63efd9e48884defcf4b91a1](https://github.com/discourse/discourse/commit/5b030017d9a0ce22a63efd9e48884defcf4b91a1)

* * *

@rhyolight this feature will be deployed on your instance soon, then you can simply search for “in:wiki” and all wiki topics/posts will show up.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [13 Mayo, 2016 14:51 UTC](https://meta.discourse.org/t/how-to-find-only-wiki-topics/44183/4 "2016-05-13T14:51:19Z")

</div>

That’s awesome.

Unless I missed something in the code, you didn’t add a reference to this on the search help page. (or maybe some kind of magics does that?)

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [13 Mayo, 2016 15:01 UTC](https://meta.discourse.org/t/how-to-find-only-wiki-topics/44183/5 "2016-05-13T15:01:26Z")

</div>

I did added it in [code](https://github.com/discourse/discourse/commit/5b030017d9a0ce22a63efd9e48884defcf4b91a1#diff-aeb8651199334c1cb831e884ff85773aR2789).

 ![](https://global.discourse-cdn.com/meta/original/3X/c/8/c8f71bcbf6eaadb2cbd9e70c94b96663c494b236.png)

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [13 Mayo, 2016 15:03 UTC](https://meta.discourse.org/t/how-to-find-only-wiki-topics/44183/6 "2016-05-13T15:03:43Z")

</div>

Oops. That’s what I get for reading code on my phone. Sorry. 😖

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [25 Mayo, 2016 18:00 UTC](https://meta.discourse.org/t/how-to-find-only-wiki-topics/44183/7 "2016-05-25T18:00:36Z")

</div>


