# discourse-topic-query **Repository Path**: mirrors_discourse/discourse-topic-query ## Basic Information - **Project Name**: discourse-topic-query - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-05 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Discourse-topic-query Allows to display the results of a search query in a post. ## Usage ``` [search-query="foo tags:bar,baz"] ``` ### Options - hideTags: true/false (default: false). Hides tags. - hideCategory: true/false (default: false). Hides category. - excerptLength: an integer between 0 and 300. Limits the length of the post excerpt. Note that a value of 0 will hide it and force a list mode for the results.