
3 Antworten

The documentation says that q and limit are query parameters, so it's correct to use & to separate them.If I change it to a +, the limit becomes part of the query, which might work in SQL, but not in SOQL. I tried it and got MALFORMED_QUERY.