在 Postman 测试中,搜索 API 仅返回 5 条帖子

您好,

我正在使用搜索 API 获取关键词的帖子数量,但在 Discourse 界面中我看到的结果更多,而在 Postman 中测试同一 API 时仅返回 5 条帖子。

我的搜索查询如下:

https://discourse.example.com/search/query.json?term=keyword&include_blurb=true

2 个赞

I don’t know the history of the /search/query.json endpoint, but if you use

https://meta.discourse.org/search.json?q=patreon

it is the same us the UI and will return 50 posts. Looks like that endpoint should be added to the api docs.

8 个赞