Biarity

Results 10 comments of Biarity

I'm definitely interested in this as well as wider integration with OData, but no promises I can find the time to implement this soon.

You'll have to write a custom filter for that. Here's an example for v>=1.3.7: ``` public class SieveCustomFilterMethods : ISieveCustomFilterMethods { public IQueryable AuthorIsAnyOf(IQueryable source, string op, string value) {...

I will be closing this issue. If you think this does not fit your use case please let me know - I could put in the time for creating native...

Yeah I've ran into this issue. Will look more into this once I get some free time.

@maxstralin Sounds good, feel free to submit a PR. Unfortunately I'll be very busy in the coming days so unlikely to implement this myself in the near future.

Unfortunately this feature is not currently supported, though I do plan to work on it in the future.

Thanks to #51 this should be working in [v2.3.1](https://www.nuget.org/packages/Sieve/2.3.1)

I'll be eventually implementing relationships, links, and sparse fieldsets. The plan is to support most of the [JSON API Spec](http://jsonapi.org/format/) in the future. Will keep you updated by referencing related...

@BigNiceStef Unfortunately I've been very busy lately so I don't think I can work on this anytime soon. Might try in a few months if someone hasn't submitted a PR...

That's quite odd, what happens if you look at the contents of `sieveModel`? Have a look at [this](https://github.com/Biarity/Sieve/tree/master/SieveTests) for a working project.