Per-App Search: Confluence
Facets for space, author, and label
You'll be able to
- Scope a query to Confluence and filter by space
- Use author and label facets to find the canonical page, not a copy
Read first
Day 4 Lab
- Run
app:confluence space:plus a space key. Note the result count. - Add
author:to scope to the page's likely owner. - Add
label:to keep only pages the team tagged for a purpose. - Compare the labeled result against the unfiltered one β which is canonical?
Working Example: Confluence Facets
Confluence groups pages into spaces and lets teams tag them with labels; app:confluence selects the source and each facet matches that structure. Verified against datasource_filters.
app:confluence space:ENG onboarding
β every onboarding-ish page in Engineering, drafts and all
app:confluence space:ENG label:onboarding author:@lin
β Lin's onboarding pages tagged for that purpose β the maintained set
app:confluence space:OPS label:runbook incident
β only pages the Ops team labeled "runbook" about incidents
A label: facet finds the official page because labels are deliberate: a team tags the canonical runbook so it stands apart from the dozen drafts that mention the same words. The label is intent the author put there for exactly this lookup. Verified against datasource_filters.
Check for understanding
How does a label: facet help you find the official page over a draft?
Check yourself
1. What does a built-in Glean Skill bundle together?
2. In a busy Slack channel, which facet pair pins a message fastest?
3. What does `app:jira project:ATLAS priority:high assignee:@raj` return?
4. Why does a Confluence `label:` facet help you find the canonical page?
5. Which Salesforce facets together build a 'large deals closing this quarter' shortlist?
In 10 seconds
βConfluence organizes by space, author, label. app:confluence space:ENG label:runbook finds the official runbook in Engineering, not someone's stale draft. Labels carry the team's intent β lean on them.β
Per-App Search: Salesforce