Feature Request: Allow startswith
& endswith
filter types when browing tags
#1505
Labels
startswith
& endswith
filter types when browing tags
#1505
Is your feature request related to a problem? Please describe.
In the UI, I can only filter using the exact tags that already exist.
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 stringat 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 stringDescribe 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.
The text was updated successfully, but these errors were encountered: