-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Description
Is your feature request related to a problem? Please describe.
Please improve the filtering system on https://portal.cloud.hashicorp.com/vagrant/discover
The current filters (architecture and provider) are apparently used independently when building the query for boxes. As a result, a query for e.g. arch=arm64; provider=vmware_desktop provides any box that has ever had any release version that supports arm64 using any provider or any release version that supports any arch using vmware_desktop. This basically makes it useless.
Describe the solution you'd like
The filters should be combined, e.g. using an "AND" operator not an "OR" operator.
Describe alternatives you've considered
I tried being clairvoyant and just guessing if a box would support the provider & arch I needed; This gave me roughly similar results to using the filter fields.
Additional context
I realise this issue tracker is for Vagrant itself, and not the HCP Vagrant registry. I tried to file this issue in the HashiCorp Help Center, but couldn't.
Approximately four hours after I tried to login, I got an email asking me to create a new password.
Once I'd managed to login, I tried to create a new support ticket, only to find that it won't let me. It loops constantly telling me I need to pick a priority, regardless of which priority I pick on the form.
What exactly is the process to report issues with the issue reporting process?