# 关于“Data Explorer”的使用方法/文档

**URL:** https://meta.discourse.org/t/howto-doc-on-data-explorer/281721
**Category:** Support
**Created:** [2023年十月10日 07:28 UTC](https://meta.discourse.org/t/howto-doc-on-data-explorer/281721 "2023-10-10T07:28:21Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![lejeczek](https://avatars.discourse-cdn.com/v4/letter/l/edb3f5/32.png) [@lejeczek](https://meta.discourse.org/u/lejeczek)
#### Post date: [2023年十月10日 09:02 UTC](https://meta.discourse.org/t/howto-doc-on-data-explorer/281721/7 "2023-10-10T09:02:46Z")

</div>

> [@Page Publishing](https://meta.discourse.org/t/page-publishing/151971/164):
>
> Indexing Published Pages While we’re waiting for the [Index or search published pages](https://meta.discourse.org/t/index-or-search-published-pages/261301) feature, here is a way to do it manually. Finding Published Pages Using the [Discourse Data Explorer](https://meta.discourse.org/t/discourse-data-explorer/32566/1) you can create a new Published Pages query: SELECT CONCAT('/pub/', pp.slug) AS URL, pp.topic\_id FROM published\_pages pp ORDER BY pp.id Providing an Index Surely one can [Run Data Explorer queries with the Discourse API](https://meta.discourse.org/t/run-data-explorer-queries-with-the-discourse-api/120063) to create and maintain an index of published pages. This might even be doable with the [Custom …](https://meta.discourse.org/t/custom-wizard-plugin/73345)

---

_[View the full topic](https://meta.discourse.org/t/howto-doc-on-data-explorer/281721)._
