thegooglecodearchive / allforgood

Automatically exported from code.google.com/p/allforgood
0 stars 0 forks source link

API is returning description, not abstract #612

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
echoditto API is returning the description field in the response now, not the 
abstract (which is the truncated version of the description field).  Sending 
back the full description field will likely break many API partners' pages (for 
instance Create the Good) since the descriptions can be extremely long.

Compare 
http://www.allforgood.org/api/volopps?key=testkey&q=party%20and%20power%20AND%20
-feed_providername:aarp%20AND%20-feed_providername:meetup&output=rss
vs. 
http://echoditto.latest.footprint2009dev.appspot.com/api/volopps?key=testkey&q=p
arty%20and%20power%20AND%20-feed_providername:aarp%20AND%20-feed_providername:me
etup&output=rss

Original issue reported on code.google.com by danstryk...@gmail.com on 10 Apr 2011 at 4:46

GoogleCodeExporter commented 9 years ago
Verified fixed.

Original comment by danstryk...@gmail.com on 10 Apr 2011 at 7:24