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

Substring search instead of prefix search in "Open container by name" #7968

Open
3 tasks done
me-manikanta opened this issue May 30, 2024 · 1 comment
Open
3 tasks done
Labels
💡 feature request New feature or request ❔ external Root cause of this issue is in another component, product, or service
Milestone

Comments

@me-manikanta
Copy link

Preflight Checklist

Problem

I face difficulty in remembering the start of the container name when trying to open a "container by name"

Desired Solution

Currently the "container by name" feature only does prefix search. If we can change it to a substring search would that would be helpful.

Alternatives and Workarounds

There is no alternative, apart from trying to remember the start of the name of the container I am trying to open.

Additional Context

No response

@me-manikanta me-manikanta changed the title Substring search instead of prefix search for containers Substring search instead of prefix search in "Open container by name" May 30, 2024
@craxal craxal added ❔ external Root cause of this issue is in another component, product, or service 💡 feature request New feature or request labels May 30, 2024
@craxal craxal added this to the Future milestone May 30, 2024
@craxal
Copy link
Contributor

craxal commented May 30, 2024

@me-manikanta Storage Explorer only uses prefix search, because that's what the Azure API currently supports. Infix or substring search is not supported server-side.

Supporting this would require a client-side implementation and would be much less performant. because it would require retrieving the entire list of containers from service. Many users have many, many of containers in their storage accounts.

The Azure Portal, likewise, is restricted to prefix search.

Related to #1667.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 feature request New feature or request ❔ external Root cause of this issue is in another component, product, or service
Projects
None yet
Development

No branches or pull requests

2 participants