PlaceAVote / pav-api

This repository contains the Placeavote API.
0 stars 0 forks source link

Bill Tag API doesn't resolve tags with Uppercase letters #39

Closed johnboy14 closed 8 years ago

johnboy14 commented 8 years ago

The following search on a valid tag returns no results

https://apidev.placeavote.com/search/bills?tag=Education

But if I use lower case letters instead I get expected search results. We discussed this during the week @sanel about Elasticsearch indexing these tags as lowercase strings. Fortunately its a simple fix, we just sanitize the list of tags before making the query.

The URL should read https://apidev.placeavote.com/search/bills?tag=education