This project demonstrates that how to apply pre-defined filters efficiently for IQueryable
collections, which also works with OData. The following filters are demonstrated here:
- BaseFilter (universal, for complex scenarios)
- DateTimeFilter
- EnumFilter
- NumberFilter
- NullFilter
- StringFilter
Explanation can be found in this blog.