How to filter topics appearing in the embed?

Is there any documentation showing what arguments are available for each of the linked filter options?

For example,

implies that I should also be able to use status="noreplies" or status="solved" as they are options exposed from the UI.

But I think they are being ignored as invalid options, as the results are identical with/without the argument (likewise when filtering to status=unsolved vs status=solved, which should be opposites).

Alternatively, if there’s a different way to pass in custom search terms I would be OK with that - I tried https://discourse.getdbt.com/embed/topics?template=complete&top_period=all&search="status%3Anoreplies" (with the colon encoded and unencoded) but got no results using that approach.

Note that I’m embedding the iframe directly instead of using the <d-topics-list> placeholder element because we ran into this problem:

I don’t think this is the cause of the issue though, given that the imported JS is just building the iframe URL.

2 Likes