Is any ability to make a search using ORed parameters inside the keywords?

For instance, the request below fetching the 1st level connection with ANDed keywords - javascript, extjs, java.

            IN.API.PeopleSearch()
                .params({keywords: 'javascript extjs java', facet: 'network,F'})
                .result(displaySearchedProfiles);

Looking for a way to use OR between the keys.

有帮助吗?

解决方案 2

It looks like LinkedIn not provide ability to control queering string.

其他提示

Yep, I got the same issue, but I seen that https://apigee.com service can retrieve everything. May be they uses another kind of api

Anyway thanks for your question

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top