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

Plugin filter for UI Template Tabs cannot filter by plugin id #24

Closed
3 tasks
buehlefs opened this issue Aug 24, 2023 · 0 comments · Fixed by #26
Closed
3 tasks

Plugin filter for UI Template Tabs cannot filter by plugin id #24

buehlefs opened this issue Aug 24, 2023 · 0 comments · Fixed by #26
Assignees

Comments

@buehlefs
Copy link
Contributor

Currently the plugin filter allows filtering by the exact display name of a plugin. However, this display name is intended for humans and may not be as stable as the plugin identifier.

  • Add a filter type that can filter by the plugin id (without version)
  • Update name filter to allow for minor spelling differences (i.e., convert everything to upper or lower case before comparing)
  • Maybe make the name filter even more forgiving (e.g., match even if filter is only part of the name or use a fuzzy matching algorithm)
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 a pull request may close this issue.

2 participants