Below is a query url
https://localhost:3333/OverviewItem?$count=true&$filter=(contains(name1,'seek') and contains(name2,'aron') &$orderby=name1 desc,name2 desc &$skip=0&$top=10
In Controller which receives value the filter value on queryoptions is mixed up like name1 value is 'aron'instead of 'seek' .Is there any way we can correct this
public IQueryable Get(ODataQueryOptions odata) { //// }
In developer options the value is correct
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…