Query tag personalizzato per la homepage?

Stavo leggendo questo articolo del blog

e ho notato un riferimento alle “query per tag” su una home page personalizzata:

So che posso cercare per tag usando il formato tags:XXX nella barra di ricerca. So anche che posso ricreare la ricerca tramite l’URL risultante. Ma ciò che non capisco è come recuperare, per una home page o una pagina statica, solo l’elenco dei post corrispondenti alla ricerca e non tutti gli altri elementi presenti in una risposta di ricerca.

Devo usare l’API e creare un’app web per ottenere una query personalizzata come questa, oppure esiste qualche altro trucco?

The custom homepage you’re referencing pulls in the topics from a tag using AJAX and an endpoint like this:

https://meta.discourse.org/tags/theme.json

If you want to get the contents of a search (can you clarify what you mean by “all the other stuff”?):

https://meta.discourse.org/search.json?q=reverse%20engineer&expanded=true

For more details about finding the data that populates a specific page, you can look here: