Skip to main content

BrightMove Power Search: Expert Mode Syntax Reference

This guide is the definitive reference for constructing advanced queries using Expert Mode in BrightMove Power Search.

Updated this week

Expert Mode allows you to bypass dropdown filters and input precise, field-specific searches using field:value syntax. It supports Boolean logic, phrase matching, and wildcard characters, giving you maximum control over your results.

Note: You must choose either Basic Search (using dropdown filters) or Expert Mode (using syntax). These two modes cannot be used together in the same search. You can combine multiple filters within Basic Search, or combine multiple conditions inside Expert Mode, but you cannot mix the two.

Quick Syntax Cheat Sheet

Syntax

Example

What It Does

field:value

rank:5

Finds candidates ranked 5

Quoted phrase

resume_text:"project manager"

Matches exact phrase

Boolean AND

text:developer AND state_abbr:FL

Must match both conditions

Boolean OR

rank:4 OR rank:5

Matches either value

Grouping ()

(resume_text:"PM" OR resume_text:"Scrum Master") AND state_abbr:TX

Combines multiple conditions logically

Wildcard *

current_title:admin*

Matches admin, administrator, administration

Boolean flag

do_not_hire:true

Finds candidates marked Do Not Hire

Date field

hire_date:2024-05-12

Matches exact date (YYYY-MM-DD)

1. How to Enable Expert Mode

To activate Expert Mode:

  1. Navigate to Power Search for any entity (Candidates, Jobs, Managers, Clients, or Departments).

  2. Check the Expert Mode box at the top of the filter panel.

  3. A new text entry field will appear. Enter your query in the format field:value.

2. Core Syntax Rules

  • Basic Format: field:value

  • Phrase Match: Use quotes for multi-word values (current_title:"Senior Developer")

  • Boolean Logic:

    • AND = must include both conditions

    • OR = either condition is acceptable

    • () = group conditions

  • Wildcard: Use * at the end of a term to include variants

    • Example: text:develop* → develop, developer, developing

    • ⚠️ Prefix/mid-word wildcards (*view, de*elop) are not supported

3. Common Example Queries

Example Query

What It Does

text:specialist

Finds “specialist” in any text field

resume_text:"project manager"

Searches resumes for exact phrase

rank:4 OR rank:5

Finds candidates with rank 4 or 5

current_title:admin*

Matches admin, administrator, administration

text:developer AND state_abbr:FL

Finds developers located in Florida

4. Candidate Fields Reference

Below are the most common searchable fields for Candidates. Use these with field:value syntax in Expert Mode.

Field

What It Searches

Example

text

Entire Candidate Profile

text:Java

resume_text

Resume

resume_text:Manager

cover_letter_text

Cover Letter

cover_letter_text:degree

name

Full Name

name:Steve

current_title

Current Job Title

current_title:"Software Engineer"

current_company

Current Employer

current_company:Textron

first_name / last_name

First/Last Name

last_name:Smith

username

Candidate username

username:jsmith1

address_text

Address text

address_text:"123 Park Ave"

rank

Candidate rank (0–5)

rank:5

phone_number_search

Phone Number

phone_number_search:5556667898

sms_opt_in

SMS consent

sms_opt_in:true

dob

Date of Birth

dob:1988-02-23

tags

Candidate tags

tags:"Customer Service"

placement_start_date

Placement Start Date

placement_start_date:2024-09-24

placement_end_date

Placement End Date

placement_end_date:2024-10-31

hire_date

Hire Date

hire_date:2024-08-15

recruiter_name

Recruiter on profile

recruiter_name:"Bob Ross"

available_date

Availability Date

available_date:2024-09-15

modify_date

Last modified date

modify_date:2024-09-17

modify_user

Last user who modified

modify_user:Jake

email

Candidate email

email_allowed

Email consent

email_allowed:true

applicant_gk

Candidate ID

applicant_gk:37145214

create_user

Created by user

create_user:Steve

create_date

Profile creation date

create_date:2024-05-21

referred_by

Referral source

referred_by:"Sarah Smith"

do_not_hire

Do Not Hire flag

do_not_hire:true

primary_skills

Primary skills

primary_skills:communication

current_employee

Employment flag

current_employee:true

applsrc_id

Candidate source

applsrc_id:indeed

submitted_req_gk

Linked job submittal ID

submitted_req_gk:27751563

current_substat_name

Current Submittal Status

current_substat_name:"Applied to Job"

history_substat_name

Historical Submittal Status

history_substat_name:"Applied to Job"

address, address2

Address lines

address:"Rock Road"

city, state_abbr, country_code, postal_code_search

Location fields

state_abbr:FL

job_history_title / job_history_company

Past job history

job_history_title:"Technician"

edu_institution, edu_degree, edu_major, edu_minor, edu_certification

Education fields

edu_degree:Bachelor's

5. Manager & Other Entity Fields

While most advanced queries are run against Candidates, Expert Mode also supports other entities:

  • Managers

    • manager_name:"John Smith"

    • tags:"Finance"

    • department:"Sales"

  • Jobs

    • status:"Open"

    • department:"IT"

    • title:"Project Manager"

  • Clients/Departments

    • client_name:"Acme Corp"

    • tags:"Priority Client"

(For complete field references per entity, see the Entity-Specific Examples section of the main Power Search Guide.)

6. Field Behavior Notes

  • Quoted Strings: Always use "" around multi-word phrases.

  • Date Fields: Must be in YYYY-MM-DD format (e.g., hire_date:2024-05-12).

  • Boolean Flags: Accept true or false (e.g., do_not_hire:true).

  • Tags: Search with tags:"YourTag".

7. Best Practices

  • Start simple, then layer complexity.

  • Use AND/OR instead of stacking multiple separate filters.

  • Group logic with parentheses:

    • Example: (resume_text:"project manager" OR resume_text:"scrum master") AND state_abbr:TX

  • Save commonly used queries for reuse.

This reference ensures you have every tool to master Expert Mode. Bookmark it for advanced searches, and check out the BrightMove Power Search Guide for step-by-step basics and entity-specific workflows.

For more information on basic power searches, check out the BrightMove Power Search Guide.

Did this answer your question?