Atoms
Atoms are the building blocks of selector expressions. Each atom matches documents based on a single criterion.
Tag
Matches documents that have a specific tag.
tag:#engineering
#engineering # shorthandType
Matches documents by their type frontmatter field.
type:document
type:source
type:referenceStatus
Matches documents by their status field.
status:published
status:draftPack
Matches all documents included in a named context pack.
pack:engineering-essentialsPath
Matches documents whose path matches a glob pattern.
path:nodes/api-*
path:sources/*URI
Matches a single document by its contextnest:// URI.
contextnest://nodes/architecture-overviewTransport (source nodes)
Matches source nodes by their transport type.
transport:mcp
transport:restServer (source nodes)
Matches source nodes by their server name.
server:jira
server:githubLast updated on