RJMetrics / sweet-liberty

A library for building database-backed RESTful services using Clojure
Apache License 2.0
104 stars 6 forks source link

Fixes filtering keys that have an underscore/dash in them. #21

Closed kurtwheeler closed 8 years ago

kurtwheeler commented 8 years ago

This PR fixes a bug where if a column you were filtering by had a underscore/dash in the name the field would not be used to filter.

I've tested this by using it from the core service.

bpiel commented 8 years ago

approved