yichenfeng / AAFApplicationAngular

MIT License
4 stars 6 forks source link

Api search response and pagiantion #61

Closed trevortrobinson closed 7 years ago

trevortrobinson commented 7 years ago

Added the ability to provide pageNumber and perPage in the query string on a search request. The search response should now be able to assist in providing a paginated search display.

In addition, I changed the DB to connect through pymongo-flask. This provides a pool of connections that can be used across multiple requests instead creating a new connection each time.