JSONAPIdotNET / JSONAPI.NET

MIT License
102 stars 23 forks source link

Fix to allow filtering to work with entities that have integer keys #109

Closed ClintGood closed 8 years ago

ClintGood commented 8 years ago

This is a very simple and possibly not optimal fix to allow filtering with entities that have integer keys.

I've added a test case that demonstrates the problem so hopefully you can either use this fix or achieve the same effect another way

csantero commented 8 years ago

@ClintGood Thanks!