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

Feature Request: Allow startswith & endswith filter types when browing tags #1505

Open
SebastianScherer88 opened this issue Oct 10, 2023 · 1 comment
Assignees

Comments

@SebastianScherer88
Copy link

Is your feature request related to a problem? Please describe.

In the UI, I can only filter using the exact tags that already exist.

image

In some cases, filtering tags based on how they start and/or end is very useful.

Describe the solution you'd like

When searching tags, allow for 2 additional filter modesl:

  • at least one starts with (or similar): user types a string, and the filter returns all model versions that contain at least one tag that starts with that string
  • at least one ends with (or similar): user types a string, and the filter returns all model versions that contain at least one tag that ends with that string

Describe alternatives you've considered

The above logic can be done programmatically and is a limitation for the UI only. We are using "grouping" tags as a workaround - any model version containing those more generic grouping tags can be filtered down to by selecting the current one of filtering option.

Additional context

Add any other context or screenshots about the feature request here.

@SiddhantSadangi
Copy link
Member

Hey @SebastianScherer88 👋

Thanks for submitting this feature. I've forwarded this to the product team 🚀

We will reach out to you if we need further details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants