brunobritodev / AspNetCore.IQueryable.Extensions

LINQ extensions to help build IQueryAble Expressions
MIT License
159 stars 29 forks source link

how to use the filter dynamically #21

Open ltemimi opened 1 year ago

ltemimi commented 1 year ago

Hi

I am not clear on how to use the Filter Extensions dynamically. I have a list of fields and a parameter. The filter is to return a result where any of the fields contains the parameter. How to use the filter please give an example

Please help thanks