Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Provide options to sort or filter tags, return tag metadata #700

Open
stevenschlansker opened this issue Nov 8, 2014 · 1 comment
Open
Milestone

Comments

@stevenschlansker
Copy link

Currently, the tags API is very minimal. It only provides a mapping "tag" -> "id"

We want to be able to select tags by a couple of criteria - date, user, etc. It would also be nice to return this data in a tag object. Finally, sorting by date would be helpful.

@wking
Copy link
Contributor

wking commented Nov 8, 2014

On Fri, Nov 07, 2014 at 04:05:52PM -0800, Steven Schlansker wrote:

We want to be able to select tags by a couple of criteria - date,
user, etc.

I don't think the date is stored with the tag at all, but you may be
able to figure out the user by looking through the signatures
(moby/moby#8093). In any case, this feels like a job for an
external search index to me (#687).

@dmp42 dmp42 added this to the Paradise milestone Nov 17, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants