Skip to content

Fix API#65

Open
jochenklar wants to merge 4 commits intomainfrom
fix/api
Open

Fix API#65
jochenklar wants to merge 4 commits intomainfrom
fix/api

Conversation

@jochenklar
Copy link
Copy Markdown
Member

This PR improves the API in several ways:

  • Links are included in the histogram action and the queryset is simplified. This should improve performance with facets in the interface.
  • The filter backends are refactored to use Exists instead of an Q with an or. distinct is not needed anymore and removed.
  • Ordering is removed from the count query.
  • The tree_path parameter ensures a trailing slash. This need a migration for the metadata database to add this slash in the tree_path field.

@jochenklar jochenklar requested a review from thiasB March 22, 2026 09:46
@jochenklar jochenklar self-assigned this Mar 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant