wvteijlingen / Spine

A Swift library for working with JSON:API APIs. It supports mapping to custom model classes, fetching, advanced querying, linking and persisting.
MIT License
266 stars 109 forks source link

Allow filters on arbitrary field names #83

Closed invliD closed 8 years ago

invliD commented 8 years ago

The JSONAPI specification does not define how filters work, so Spine should not force filters to correspond to defined fields. This PR removes this limitation.

wvteijlingen commented 8 years ago

Good thinking. Thanks!