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 API returns all document attributes instead of just the specified ones.
Expected Behavior:
Only the specified attributes (id, title, skills) should be returned.
Questions:
Should attributesToRetrieve accept string format with escaped JSON?
Is there a recommended way to handle this when the parameter comes as a string?
Is this the recommended approach, or is there a better solution?
Thanks for your help!