Search Highlights
Use search in Highlights to find the exact customer moments, quotes, and evidence snippets you want to review, share, or group into clusters.
Highlights search combines:
- Keyword search for the words inside highlight text, titles, and descriptions
- AI-powered semantic search to find highlights that are related in meaning, even when they do not use the exact same wording
- Filter-based search to narrow results by metadata like date, tags, source, creator, contact, cluster, and account details
What search looks at​
Search on highlights is based on the highlight itself. In practice, that means search can use:
- The highlight text
- The highlight title
- The highlight description
- Highlight metadata such as recording date, created date, tags, source, contact, creator, linked cluster, source recording, and linked account fields
Highlights search is best for finding the exact evidence you want to work with.
Start with a simple search​
Start by typing a normal phrase, question, customer pain point, or theme.
Examples:
pricing objectionshandover issuesslow onboardingcustomers asking for SSO
If you want to search for an exact phrase, put it in quotes.
Examples:
"pricing objections""customers asking for SSO"
This is useful when you want a literal match instead of a semantic one. Semantic search matches based on meaning, so the exact words do not have to appear. Exact matching is useful when you are looking for product names, phrases you remember, or other specific wording.
For plain-text searches, results are sorted by most recent recording date first.
Use filters to narrow results​
You can combine a free-text search with filters, or use filters on their own.
| Filter | What it does |
|---|---|
date: | Returns highlights recorded during the selected date or date range |
created: | Returns highlights created in NEXT during the selected date or date range |
tag: | Returns highlights that include all selected tags |
tag_or: | Returns highlights that include any of the selected tags |
creator: | Returns highlights created by this person |
contact: | Returns highlights from this contact |
source: | Returns highlights from this source |
origin: | Returns highlights created from this origin |
cluster: | Returns all highlights that were assigned to this cluster |
source_recording: | Returns highlights from this source recording |
account.name: | Returns highlights from this account |
account.industry: | Returns highlights from accounts in this industry |
account.region: | Returns highlights from accounts in this region |
account.segment: | Returns highlights from accounts in this segment |
account.account_type: | Returns highlights from accounts of this type |
account.employee_size: | Returns highlights from accounts in this employee-size range |
account.status: | Returns highlights from accounts with this status |
Examples:
pricing tag:Surveydate:Last 30 dayscreated:Last 7 dayscluster:Churn Riskssource:Zoomaccount.name:Spotify
Filter tips​
- Use multiple filters together to make a search more precise.
- Use multiple
tag:filters when you want highlights that include all selected tags. - Use
tag_or:when you want highlights that match any of the selected tags. date:uses the recording date.created:uses the date the highlight was created in NEXT.
Suggestions and autocomplete​
As you type, NEXT suggests filters and values to help you build your search faster.
For highlights, suggestions focus on:
- Date ranges
- Tags
- Account names
When you start typing a specific filter such as creator:, source:, contact:, cluster:, or an account... filter, NEXT will suggest matching values for that filter.
Date suggestions support both quick ranges and natural language. For example, you may see options like:
Last 7 daysLast 30 daysLast 90 daysYesterdayLast weekLast month- A parsed date range from something like
date:December 2024 - A rolling range from something like
date:last 500 days
The same date suggestions also work for created:.
Once you already use a filter in the current search, NEXT avoids suggesting the exact same filter value again.
Calendar date syntax​
Calendar date filters are used when the search should follow calendar boundaries instead of a rolling window.
For example, date:Last 7 days depends on the exact time the search runs. If it runs at 07:00, it covers the previous 7 days from 07:00. A calendar filter such as date:Last week covers the complete previous calendar week, from Monday 00:00 through Sunday 23:59:59.999 in the teamspace time zone.
Preferred calendar filters:
| Filter | Meaning |
|---|---|
date:cal.d.prev-cal.d.now | Yesterday |
date:cal.w.prev-cal.w.now | Last week, Monday to Sunday |
date:cal.m.prev-cal.m.now | Last month |
created:cal.d.prev-cal.d.now | Highlights created yesterday |
created:cal.w.prev-cal.w.now | Highlights created during the last week |
created:cal.m.prev-cal.m.now | Highlights created during the last month |
The general form is:
date:cal.<period>.<anchor>-cal.<period>.<anchor>
Periods:
| Period | Meaning |
|---|---|
d | Day |
w | Week |
m | Month |
Anchors:
| Anchor | Meaning |
|---|---|
now | Start of the current period |
prev | Start of the previous period |
prev_N | Start of N periods back |
Examples:
| Filter | Meaning |
|---|---|
date:cal.d.prev_2-cal.d.prev | Last 1 day from 2 days back |
date:cal.w.prev_2-cal.w.prev | Last 1 week from 2 weeks back |
date:cal.m.prev_2-cal.m.now | Last 2 months |
date:cal.m.prev_4-cal.m.prev_2 | Last 2 months from 4 months back |
Times can be added when a calendar boundary should start at a specific local time. If no time is provided, NEXT uses 00:00.
Examples:
date:cal.d.prev@09:00-cal.d.now@09:00date:cal.w.prev@12:00-cal.w.now@12:00
Calendar filters are resolved using the teamspace IANA time zone, such as Europe/Amsterdam.
If a teamspace does not have a time zone configured, NEXT falls back to UTC. This fallback keeps searches working for incomplete configuration, but it can shift calendar boundaries compared with the team's local working day. Configure the teamspace time zone when calendar filters need to match local day, week, or month boundaries.
How to get better results​
- Start broad, then add filters once you see the result set.
- If an exact keyword search does not find what you expect, try a more descriptive phrase instead of a single term.
- Use quotes when you want to search for an exact phrase.
- Use tags and clusters when you already know the theme you want.
- Use account filters when you are looking for evidence from a specific customer segment.
- Use
created:when you want to focus on recently generated highlights, anddate:when you want to focus on when the conversation happened.
FAQ​
Why isn't my tag showing up in search suggestions?​
Search suggestions only show tags that already exist on highlights in your teamspace. If a tag is not yet assigned to any highlight, it will not appear as a suggestion.
There can also be a short delay before a tag appears in the search suggestions. Suggestions are cached for up to about 5 minutes, so recently added tags or recently retagged highlights may take a few minutes to appear.
How do I search for highlights with all selected tags?​
Use tag: when you want an AND search.
Example:
tag:Interview tag:Pricing
This returns highlights that have both tags.
How do I search for highlights with any of several tags?​
Use tag_or: when you want an OR search.
Example:
tag_or:Interview tag_or:Pricing
This returns highlights that have either tag.
Can I combine tag: and tag_or: in the same search?​
Yes.
Example:
tag:Interview tag_or:Pricing tag_or:Churn
This looks for highlights that must have the Interview tag and must also have either Pricing or Churn.