enisn / AutoFilterer

AutoFilterer is a mini filtering framework library for dotnet. The main purpose of the library is to generate LINQ expressions for Entities over DTOs automatically. The first aim is to be compatible with Open API 3.0 Specifications
MIT License
458 stars 37 forks source link

✨Add ToLowerContains attribute for string fields #25

Closed enisn closed 3 years ago

enisn commented 3 years ago

 Summary

This PR includes adding the [ToLowerContainsComparison] attribute to string fields of auto-generated filter objects by AutoFilterer.Generators