Skip to main content

/search Command

Search the pro-workflow learnings database using full-text search (BM25).

Syntax

/search <query>
Examples:
/search testing
/search "file paths"
/search git commit

Search Features

  • BM25 ranking: Results ranked by relevance
  • Prefix matching: “test” matches “testing”, “tests”
  • Phrase search: Use quotes for exact phrases
  • Multiple terms: Space-separated terms are OR’d
See Database Search API for complete details.

Build docs developers (and LLMs) love