Feature #3513
Impolement a client-side filter mechanism for image listing
Status: | Closed | Start date: | 03/29/2013 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | Stavros Sachtouris | % Done: | 100% |
|
Category: | kamaki | Spent time: | - | |
Target version: | v0.8 |
Description
Server-side image listing is incomplete. It would be nice if kamaki could provide an extention to that filtering, allowing users to filter image listing:
- by user / owner
- by image name/id prefices / suffices
History
#1 Updated by Stavros Sachtouris almost 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Additions to kamaki image list
:
--owner=<uuid> : print only images with given owner --name-prefix=<prefix> : print only images with name starting with <prefix> --name-suffix=<suffix> : print only images with name starting with <suffix> --name-like=<part> : print only images with name containing <part>
All --name-* filterings are case insensitive. All the above operations filter results at client side.