こんにちは、
キーワードの投稿数を取得するために検索 API を使用していますが、Discourse の UI ではより多くの結果が表示されるのに対し、Postman で同じ API をテストすると 5 件の投稿しか返されません。
私の検索クエリは以下の通りです。
https://discourse.example.com/search/query.json?term=keyword&include_blurb=true
こんにちは、
キーワードの投稿数を取得するために検索 API を使用していますが、Discourse の UI ではより多くの結果が表示されるのに対し、Postman で同じ API をテストすると 5 件の投稿しか返されません。
私の検索クエリは以下の通りです。
https://discourse.example.com/search/query.json?term=keyword&include_blurb=true
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.