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 was wondering if you'd accept a PR that extended the Basic Query Handler and Serialiser that would allow the user to specify which fields they would like to be returned, something like:
?__fields=ID,Title or ?__fields[]=ID&__fields[]=Title or both
Cheers!
Dylan
The text was updated successfully, but these errors were encountered:
Hey @dylanitorium, yes very much interested :)
Since a lot of this sort fo task (filtering fields) have been done in the serialiser which semantically isn't that great. So... let's do it!
Do you know the impact/convention/constraint or using ?__fields=ID,Title or ?__fields[]=ID&__fields[]=Title? I think I had like to stick with just one, and I feel __fields[] is most natural one, but might make the URL length quite long?
Hey colymba,
Love your work.
I was wondering if you'd accept a PR that extended the Basic Query Handler and Serialiser that would allow the user to specify which fields they would like to be returned, something like:
?__fields=ID,Title
or?__fields[]=ID&__fields[]=Title
or bothCheers!
Dylan
The text was updated successfully, but these errors were encountered: