{ "query": { "term": { "profile_info.current_company_website": { "value": "theswarm.com" } } } }
{ "query": { "term": { "profile_info.linkedin_usernames": { "value": "connorsdavid" } } } }
{ "query": { "bool": { "must": [ { "term": { "profile_info.current_seniority": { "value": "senior" } } }, { "match": { "profile_info.current_title": { "query": "software engineer", "operator": "AND" } } }, { "terms": { "profile_info.current_company_website": [ "apple.com", "google.com", "microsoft.com" ] } } ] } } }
Was this page helpful?