We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c8f65 commit 3d99e4bCopy full SHA for 3d99e4b
forcetk.js
@@ -439,7 +439,7 @@ if (forcetk.Client === undefined) {
439
* @param [error=null] function to which jqXHR will be passed in case of error
440
*/
441
forcetk.Client.prototype.search = function(sosl, callback, error) {
442
- this.ajax('/' + this.apiVersion + '/search?s=' + escape(sosl)
+ this.ajax('/' + this.apiVersion + '/search?q=' + escape(sosl)
443
, callback, error);
444
}
445
0 commit comments