fossgis/3dmr

Implement Frontend UI Filters for Category and Tag Search

Open

#82 aberto em 3 de mar. de 2026

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Python (10 forks)auto 404
frontendgood first issue

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 category and tag based search apart from the basic model name based search already accessible from the frontend.

The 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=xxxx into 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

Guia do colaborador