Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Category.tags should have count restriction parameters #529

Open
fluffy-critter opened this issue May 29, 2023 · 0 comments
Open

Category.tags should have count restriction parameters #529

fluffy-critter opened this issue May 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@fluffy-critter
Copy link
Collaborator

fluffy-critter commented May 29, 2023

Expected Behavior

It should be possible to restrict the category.tags list based on the number of entries which have them; for example:

  • min_count=2 to only show tags which apply to at least two entries
  • max_count to limit to ones below a certain threshold
  • something to limit tags to only a certain percentile rank, for example count_percentile=(5,95) to only show tags which occur in at least 5% of entries but no more than 95% of them (to filter out tags which appear for everything in a category, for example)
@fluffy-critter fluffy-critter changed the title Category.tags should have a "minimum count" parameter Category.tags should have count restriction parameters May 29, 2023
@fluffy-critter fluffy-critter added the enhancement New feature or request label May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant