johnvf / adapt-web-ui

react web ui for adapt oakland
2 stars 3 forks source link

Override default API 100 row limit, no empties #1

Closed bengolder closed 8 years ago

bengolder commented 8 years ago

Fixes two bugs. To view the bugs, compare:

http://localhost:8080/api/tag

with

http://localhost:8080/api/tag?limit=1000

The first API request will only return 100 tags. The second will return over 100 tags, but will include many tag documents that have no fields besides _id.