Learning Commands · Reference & Visualization

/search command

Search through your learning materials and notes

1 min read

Search through your learning materials and notes

At a glance

Field Value
Command /search
Usage /search <query> [source] [limit]
Category reference
Execution server
Context session
Response type markdown

Parameters

  • query (required) — Keywords or phrase to search for

Examples

/search hooks notes 10
/search React
/search async sources 5

How it works

The search command helps you find specific information across all your learning materials.

Parameters:

  • query (required): Keywords or phrase to search for
  • source (optional): Filter by source type (notes, sources, all)
  • limit (optional): Maximum results to return (default: 10)

Search capabilities:

  • Full-text search across all materials
  • Semantic search for related concepts
  • Filter by date, source type, or topic
  • Highlight matching text in results

Source types:

  • notes: Your personal notes and annotations
  • sources: Uploaded PDFs, documents, presentations
  • all: Search everything (default)

Advanced search tips:

  • Use quotes for exact phrases: "React hooks"
  • Combine terms with AND/OR operators
  • Use minus to exclude: React -class
  • Search by date: uploaded:today

Was this article helpful?