Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Update search to better align with REST API #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rfritts
Copy link

@rfritts rfritts commented Aug 14, 2013

REST API returns JSON Serialized List, current RemoteTK
controller serializes List<List>, which is the default return
of a SOSL query - this better aligns the RemoteTK implementation with
the ForceTK REST API implementation for better interoperability and
interchangability.

Iterate the List of List and merge with addAll.

REST API returns JSON Serialized List<SObject>, current RemoteTK
controller serializes List<List<SObject>>, which is the default return
of a SOSL query - this better aligns the RemoteTK implementation with
the ForceTK REST API implementation for better interoperability and
interchangability.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants