This repository was archived by the owner on Jan 10, 2024. It is now read-only.
Commit 337a664
committed
Update search to better align with REST API
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.1 parent bed85b4 commit 337a664
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
286 | 288 | | |
287 | 289 | | |
288 | 290 | | |
| |||
0 commit comments