Search API restituisce solo 5 post durante i test in Postman

Ciao,

Sto utilizzando la Search API per ottenere il numero di post relativi a una parola chiave, mentre nell’interfaccia utente di Discourse ottengo più risultati. In Postman, testando la stessa API, vengono restituiti solo 5 post.

La mia query di ricerca:

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.