Skip to main content
3 Antworten
  1. 11. März 2016, 09:24
    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.
0/9000