Tenshinur / google-buzz-api

Automatically exported from code.google.com/p/google-buzz-api
0 stars 1 forks source link

add support for search queries on activity collections #130

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add support for search queries on activity collections, not just the dedicated 
search endpoint.  For example, to get the entries in my consumption feed since 
a certain time:
https://www.googleapis.com/buzz/v1/activities/@me/@consumption?q=date>2010-11-02
T08:22

Or to find all entries about cheese that I have liked:
https://www.googleapis.com/buzz/v1/activities/@me/@liked?q=cheese

Alternately, these could be enabled by adding support for additional advanced 
query syntax.  For example:
https://www.googleapis.com/buzz/v1/activities/search?q=cheese+AND+is:liked

see also: 
http://groups.google.com/group/google-buzz-api/browse_thread/thread/451995789737
765e

Original issue reported on code.google.com by willnorris@google.com on 2 Nov 2010 at 12:34