Releases: cfpb/ccdb5-api
Releases · cfpb/ccdb5-api
Correct Aggregations and Zip Code Parameter
This fixes two issues:
- Aggregations now do not truncate results for each categories
- zip_code is now correct and can be used as a query parameter
Content Negotiation/Meta/Error Handling
This release includes:
- Support for csv, xls, xlsx
- Meta information in JSON
- Error handling for any elasticsearch issue
Aggregation
This release includes aggregations in the response.
Fix issues with Product/Issue searching
Product and Issue now search using raw instead
API accepts parameters
This version of the API can now take in parameters to do more complex search/suggest/document to filter out relevant data. Please refer to wiki for more details.
Basic Django Project with REST API
API is now a basic Django Project with REST API that interfaces with Elasticsearch
Elasticsearch only
This release only include using elasticsearch to query.