vantage-sh / ec2instances.info

Amazon EC2 instance comparison site
https://ec2instances.info
MIT License
5.11k stars 578 forks source link

Allow for wildcard or glob #652

Closed mtaumike closed 1 year ago

mtaumike commented 2 years ago

Would be great if we could do a wildcard or glob.

For instance:

would return both m6i.large and m6g.large making comparisons a lot easier.

EverettBerry commented 2 years ago

Fully agree. Adding #178 #134 #567 and #641 to this as a collection of issues that could be part of a whole upgrade to searching and filtering.

EverettBerry commented 1 year ago

@mtaumike this is now possible because the columns support regex filters

image

Let me know if this satisfies this use case and we can close this issue out.