You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I found a strange behavior when filtering with breeze, when using as filter value the name of a property of the filtering entity, does not surround the value with single quotation marks, the following url filter a field by LastName, wich it's a property, in the second url filtering by LastNam has the quotation marks
Hi, I found a strange behavior when filtering with breeze, when using as filter value the name of a property of the filtering entity, does not surround the value with single quotation marks, the following url filter a field by LastName, wich it's a property, in the second url filtering by LastNam has the quotation marks
http://backoffice.app.tempuri.org/api/v1/people/summary?$filter=substringof(LastName%2CTravelDocument%2FDocumentNumber)%20eq%20true&$orderby=Contact%2FDisplayName&$top=10&$inlinecount=allpages
http://backoffice.app.tempuri.org/api/v1/people/summary?$filter=substringof(%27LastNam%27%2CTravelDocument%2FDocumentNumber)%20eq%20true&$orderby=Contact%2FDisplayName&$top=10&$inlinecount=allpages
The text was updated successfully, but these errors were encountered: