Pregunta

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.

¿Fue útil?

Solución 2

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

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top