Implement Frontend UI Filters for Category and Tag Search
#82 aberto em 3 de mar. de 2026
Métricas do repositório
- Stars
- (12 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
3dmr already features the categories field in the upload page.>
The search filter already does include
categoryandtagbased search apart from the basic model name based search already accessible from the frontend.
category: https://3dmr.eu/search?query=tower&category=buildingtag: https://3dmr.eu/search?query=tower&tag=building=yesThe issue is that the use case is not documented anywhere and there is no way a generic user would know of these filters by any means, except diving deep into the source code. The only way to access the filters as of now is manually adding
&category=xxxxinto the URL.What we need would be an explicit filter mechanism in the frontend, to enable users to use the filters without tinkering manually with the URL and a documentation on the search bar usage.
Originally posted by in #63