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 FieldLimiter should take the field parameter as a list like ?fields=fieldA,fieldB,fieldC and not ?field=fieldA&field=fieldB&field=fieldC the way it currently does.
The FieldLimiter should take the field parameter as a list like
?fields=fieldA,fieldB,fieldCand not?field=fieldA&field=fieldB&field=fieldCthe way it currently does.I will can work on this when I get chance.