thegooglecodearchive / allforgood

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

Sample AARP API query returns no results #569

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
No results are returned from stage using the following query for AARP/Create 
the Good.  
http://staging.latest.footprint2009dev.appspot.com//api/volopps?key=243234&outpu
t=rss&num=5&q=-feed_providername%3Aaarp%20-feed_providername%3Ameetup%20-feed_pr
ovidername%3Amybarackobama%20&vol_loc=48047&vol_dist=50&start=27

Production is correct:
http://www.allforgood.org/api/volopps?key=243234&output=rss&num=5&q=-feed_provid
ername:aarp%20-feed_providername:meetup%20-feed_providername:mybarackobama%20&vo
l_loc=48047&vol_dist=50&start=27

Original issue reported on code.google.com by danstryk...@gmail.com on 9 Jan 2011 at 5:27

GoogleCodeExporter commented 9 years ago
Joe has fixed locally and will commit this update tomorrow

Original comment by ejst...@gmail.com on 9 Jan 2011 at 7:56

GoogleCodeExporter commented 9 years ago
I updated staging to fix this issue, however the current query has a start of 
27 which is more then what we have on the staging environment.

Original comment by jwdemp...@gmail.com on 9 Jan 2011 at 3:43

GoogleCodeExporter commented 9 years ago
Verified that results are being returned correctly now.  Query is returning 
only four results on stage so using a "start=27" won't return results.  
Starting at 1 returns results correctly, 
http://staging.latest.footprint2009dev.appspot.com//api/volopps?key=243234&outpu
t=rss&num=5&q=-feed_providername%3Aaarp%20-feed_providername%3Ameetup%20-feed_pr
ovidername%3Amybarackobama%20&vol_loc=48047&vol_dist=50&start=1 

Original comment by danstryk...@gmail.com on 9 Jan 2011 at 4:08