ilrt / caboto

Automatically exported from code.google.com/p/caboto
Other
0 stars 1 forks source link

Allow broader search filtering #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we can get annotations about X, by person Y (roughly), and by id.
But that's it. We can't filter them by (for example) tag, or type.

It would be very useful to be able to do:

/annotation/?ex:tag=frog # find annotations with tag 'frog'
/annotation/fred/public/?ex:tag=frog # the same, on fred's public tags

This must respect authorisation restrictions, of course.

Original issue reported on code.google.com by pl...@mac.com on 26 Nov 2008 at 2:05

GoogleCodeExporter commented 9 years ago
Working on this in branch search-filter.

Original comment by pl...@mac.com on 26 Nov 2008 at 2:06