NeCTAR-RC / nectar-dashboard

Custom mods for openstack-dashboard and horizon
Other
5 stars 4 forks source link

Regular expression matching in `--filter` #2

Open cryptarch opened 5 years ago

cryptarch commented 5 years ago

Hi all,

As discussed in research cloud slack, I wondered what you think of the idea of permitting regex search when using the --filter option for openstack allocation list?

Use case: I want to filter by University of Melbourne email addresses. These will have a pattern of the form .*[@.]unimelb\.edu\.au. Either a regex match, or a fuzzy match like --filter contact_email~=unimelb, would be awesome.

~ Tim R.