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
If I run a query like .objects().order_by('-response.Funding_custom__c'), explain tells me that sortPattern is 'sortPattern': {'response.Funding_custom.c': -1}.
How should I ensure that Funding_custom__c is recognized as a single field?