# Tag pages do not load more when you go down the page

**URL:** https://meta.discourse.org/t/tag-pages-do-not-load-more-when-you-go-down-the-page/48800
**Category:** Bug
**Created:** [8월 18, 2016, 12:05오후 UTC](https://meta.discourse.org/t/tag-pages-do-not-load-more-when-you-go-down-the-page/48800 "2016-08-18T12:05:28Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Pad\_Pors](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pad_pors/32/52016_2.png) [@Pad\_Pors](https://meta.discourse.org/u/Pad_Pors)
#### Post date: [8월 18, 2016, 12:05오후 UTC](https://meta.discourse.org/t/tag-pages-do-not-load-more-when-you-go-down-the-page/48800/1 "2016-08-18T12:05:29Z")

</div>

even here in meta, e.g. go to [Topics tagged docker](https://meta.discourse.org/tags/docker) and go down, and it only shows you around 30 topics, while the docker tag has around 100 topics.

---

<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: [8월 18, 2016, 7:21오후 UTC](https://meta.discourse.org/t/tag-pages-do-not-load-more-when-you-go-down-the-page/48800/2 "2016-08-18T19:21:24Z")

</div>

Yes this appears to be a legit bug @neil.

---

<div class="post-metadata">

### Author: ![neil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil/32/102150_2.png) [@neil](https://meta.discourse.org/u/neil)
#### Post date: [8월 18, 2016, 8:38오후 UTC](https://meta.discourse.org/t/tag-pages-do-not-load-more-when-you-go-down-the-page/48800/3 "2016-08-18T20:38:57Z")

</div>

I fixed that case, but notice that filtering by multiple tags causes the problem. @gdpelican Looks like there’s a problem in the [topic query for match\_all\_tags](https://github.com/discourse/discourse/blob/master/lib/topic_query.rb#L464-L476).

---

<div class="post-metadata">

### Author: ![gdpelican](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gdpelican/32/81308_2.png) [@gdpelican](https://meta.discourse.org/u/gdpelican)
#### Post date: [8월 19, 2016, 2:32오전 UTC](https://meta.discourse.org/t/tag-pages-do-not-load-more-when-you-go-down-the-page/48800/4 "2016-08-19T02:32:34Z")

</div>

Okay, I got this. :allthethings:

[https://github.com/discourse/discourse/pull/4405](https://github.com/discourse/discourse/pull/4405)

---

<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: [10월 21, 2016, 5:17오전 UTC](https://meta.discourse.org/t/tag-pages-do-not-load-more-when-you-go-down-the-page/48800/5 "2016-10-21T05:17:15Z")

</div>


