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
The query for Affiliations based on personfirst, personlast, and orgcode doesn't seem to be working. When I enter those parameters, I get everything, rather than the Affiliation with the specified filtering.
I think the problem is that the code is trying to filter, but since the values are not in the base query, it's not able to query correctly.
The query for Affiliations based on
personfirst,personlast, andorgcodedoesn't seem to be working. When I enter those parameters, I get everything, rather than the Affiliation with the specified filtering.I think the problem is that the code is trying to filter, but since the values are not in the base query, it's not able to query correctly.