[IMP] Improved linkedin people search.

bzr revid: jra@tinyerp.com-20120627062956-7s69wmx45sv5jv1r
This commit is contained in:
Jiten (OpenERP) 2012-06-27 11:59:56 +05:30
parent 5f992eb4be
commit 112bc2ad6a
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ openerp.web_linkedin = function(instance) {
/* People Search */
IN.API.Raw("/people-search:(people:(id,first-name,last-name,picture-url,public-profile-url,formatted-name,location,phone-numbers,im-accounts,main-address,headline))")
.params({
"first-name": self.$element.find("input").val(),
"keywords": self.$element.find("input").val(),
"count" : 4
})
.result( self.do_fetch_detail );