asah / footprint2009dev

original dev repo for AllForGood.org
http://AllForGood.org/
0 stars 1 forks source link

Unable to show more than 2 pages of results #218

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We are not showing search results beyond two pages.  I did the following 
searches:

1. Location: United states 
(http://footprint2009dev.appspot.com/search#num=10&start=1&vol_loc=united%2
0states&timeperiod=everything&cache=1)

2. Location: San Francisco 
(http://footprint2009dev.appspot.com/search#num=10&start=1&vol_loc=san%20fr
ancisco%2C%20ca&timeperiod=everything&cache=1)

3. Search: the (no location specified)
(http://footprint2009dev.appspot.com/search#q=the&num=10&start=1&timeperiod
=everything&cache=1)

Original issue reported on code.google.com by kar...@gmail.com on 13 May 2009 at 10:15

GoogleCodeExporter commented 9 years ago
this is frontend bug-- the database is delivering the data:
http://footprint2009dev.appspot.com/api/volopps?
key=foo&num=100&start=1&vol_loc=united%20states&timeperiod=everything&cache=1

in general you can convert consumer UI queries into API queries by changing
   .../search#...
to
   .../api/volopps?key=foo&...
this works on any footprint server, both appspot.com and devel.

that said, I'm looking into it anyway-- paul&team have enough on their plates,
and even if (when) they have to rewrite my solutions, it still seems to help.

Original comment by adam.sah on 14 May 2009 at 4:21

GoogleCodeExporter commented 9 years ago

Original comment by adam.sah on 14 May 2009 at 6:32