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.
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.