Postmanでのテスト中、Search APIが5件の投稿しか返さない

こんにちは、

キーワードの投稿数を取得するために検索 API を使用していますが、Discourse の UI ではより多くの結果が表示されるのに対し、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