All Collections
Search
How to search through connections?
How to search through connections?
Olivier Roth avatar
Written by Olivier Roth
Updated over a week ago

What are the different filters available?

Profile-level filters

  • Title: You can look for a current/recent/all-time job titles. If you type a search under Title, it's equivalent to checking all of the boxes below.

  • Location: You can look for a country, state, or city.

  • Connected to: Allow you to search the network of one or multiple specific members.

Account-level filters

  • Size: Select one or multiple company sizes.

  • Industry: Select one or multiple industries.

  • HQ Location: Allows you to look for connections working at companies headquartered in a specific country, state, or city.

  • Name: Type a company name and select one or multiple companies to see the list of connections who currently work there.

  • List: Enter a list of up to 300 company names to find connections currently working there.

How does the search bar work?

  • The search bar can be used alone or in combination with profile- and account-level filters.

  • It allows you to search different keywords including Skills and Interests.

    • For example, you may type "Artificial intelligence" to look for profiles who list this as a skill.

  • Note that the system looks for exact matches.

    • For example: "cyber security" in two words and "cybersecurity" in one word will currently return different results.

How to broaden or narrow my search with boolean search operators?

You can use boolean operators together to further narrow or expand your search. Here's an example:

Here's a recap of available boolean operators and how to use them:

Operator

Functionality

Explanation

Examples

AND / +

Includes two or more criteria in your search results

If you’re looking for a software engineer, you’d use the AND operator to search for software AND engineer. The results you receive will include both “software” and “engineer.”

software AND engineer
or
software + engineer

designer AND figma
or
designer + figma

OR / |

Includes one or more criteria in your search results

This will generate a results list that includes either “engineer” or “developer.”

python OR ruby
or
python | ruby

() - brackets

Group search phrases and prioritize operators

Use the brackets operator to include multiple operators without changing your search query.

software AND (engineer OR developer)

"" - quotations

Search for phrase match

Use the quotations operator when you want results that include an exact phrase.

"marketing manager"

* - asterisk

Search for variations of a word

Widen your search to include variations on your keywords or phrases.

admin*

or

"marketing manager" AND admin*

Definitions

Below you can find more detailed descriptions of each boolean search operator and their use cases.


AND Operator

  • Includes multiple criteria in search results.

  • Use the AND operator (or + symbol) to narrow search results.

  • Example: software AND engineer

OR / | Operator

  • Includes one or more criteria in search results

  • Use the OR operator (or | symbol) to expand your search results.

Using OR in your search string indicates that you want to see multiple entries or variables in the results. This operator expands your search results to include a wider range of information.

OR can be used when different words or job titles say the same thing, and can be used alongside AND to refine your results.

  • Example: python OR ruby

  • Example: marketing AND manager OR leader

NOT / - Operator

The “NOT” operator is currently in development:

  • Excludes unwanted criteria from search results

  • Use the NOT operator (or - symbol) to narrow your search results by excluding unwanted criteria.

  • Example: "software engineer" NOT embedded

() Operator

  • Group search phrases and prioritize operators

  • Brackets operators are used to specify which parts of the search take priority over other elements. They specify which sections you want to emphasize, compare, or exclude.

If you’re looking for someone who is a software engineer OR developer, your string would look something like this:

  • Example: software AND (engineer OR developer)

"" Operator

  • Search for exact phrase

  • Use the quotations operator when you want results that include an exact phrase.

This operator is used to search for an exact phrase that you’re looking for. Adding quotes around a single word, or multiple words will treat that string as one search term.

Use the quotations operator when you are confident in the exact phrase you’re looking for. Otherwise, you’ll unintentionally exclude a large pool of viable results.

For example, if you only want to see people who have Marketing Manager in their Role Title, and you don’t care about any other, then your string would look like this:

  • Example: "marketing manager"

* Operator

  • Search for variations of a root word

  • Widen your search to include variations on your keywords or phrases.

  • Pay attention to where you truncate the root word as including an extra letter will modify your results. For example, searching for manage* will eliminate managing from the original list.

Think of this operator as a tool for finding a pool of candidates with a variety of different keywords to describe similar tasks or skills.

  • Example:

    • admin*

      • would bring up results for administrator, administration, administer, etc.

    • "marketing manager" AND admin*

      • would bring up results for marketing managers with skills or other job titles like administrator, administration, administer, etc.

Did this answer your question?