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
I expect: ?$filter=Teams/all(teams:((contains(teams/Team/Title,'team1')) and (not contains(teams/Team/Title,'team2'))))
but odata-query produce an invalid query: ?$filter=Teams/all(teams:((contains(teams/Team/Title,'team1')) and (contains(teams/not/Team/Title,'team2'))))
as you can see teams/not/Team/Title is wrong
Is this an issue or is there a way to achieve the expected query?
thanks in advance
The text was updated successfully, but these errors were encountered:
I have the following scenario:
and doing:
I expect:
?$filter=Teams/all(teams:((contains(teams/Team/Title,'team1')) and (not contains(teams/Team/Title,'team2'))))
but
odata-query
produce an invalid query:?$filter=Teams/all(teams:((contains(teams/Team/Title,'team1')) and (contains(teams/not/Team/Title,'team2'))))
as you can see
teams/not/Team/Title
is wrongIs this an issue or is there a way to achieve the expected query?
thanks in advance
The text was updated successfully, but these errors were encountered: