# Как формируется отчет по поисковым запросам?

**URL:** https://meta.discourse.org/t/how-is-search-terms-report-produced/128727
**Category:** Data & reporting
**Tags:** dashboard-reports
**Created:** [16.Сентябрь.2019 20:44:03 UTC](https://meta.discourse.org/t/how-is-search-terms-report-produced/128727 "2019-09-16T20:44:03Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![loginerror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/loginerror/32/156605_2.png) [@loginerror](https://meta.discourse.org/u/loginerror)
#### Post date: [23.Октябрь.2019 11:38:10 UTC](https://meta.discourse.org/t/how-is-search-terms-report-produced/128727/2 "2019-10-23T11:38:10Z")

</div>

Какая старая тема без ответа, давайте её поднимем 😃

Мне бы хотелось узнать, по каким темам кликали при конкретном поисковом запросе. Я нашел этот запрос, который близок к решению, но, похоже, с тех пор таблицы устарели:

> [@Search usability and data](https://meta.discourse.org/t/search-usability-and-data/33149/19?u=maciej_kuzmicz):
>
> We actually did complete the work of logging the information. You can try out: SELECT term, count(\*) searches, sum(case when clicked\_topic\_id is not null then 1 else 0 end) "continued from search" from search\_logs where created\_at \> current\_timestamp - interval '30' day group by term order by count(\*) desc limit 100 It Data Explorer, it will show you top 100 searches and even counts of who actually clicked through from search. I find the results super interesting. We will work on exposin…

Есть ли способ реализовать это в последней версии?

---

_[View the full topic](https://meta.discourse.org/t/how-is-search-terms-report-produced/128727)._
