LinqToQuerystring icon indicating copy to clipboard operation
LinqToQuerystring copied to clipboard

Unable to search for "&"

Open nenadaleksic opened this issue 3 years ago • 0 comments

Is there a workaround when you want to search for "&" since it is a delimiter... Not it breaks the query... Query example: http://localhost/API/Service?$filter=substringof('&',tolower(Name)) eq true and (Status eq 0)&$orderby=Name&$skip=0&$top=5

nenadaleksic avatar Aug 02 '22 15:08 nenadaleksic