Search Tips
Get the most out of Fresh search
Master Fresh search to find what you need quickly.
Basic Search
fresh search "error handling" pythonSearch Tips
Be Specific
# Too broad
fresh search "function" python
# Better
fresh search "async def" python
fresh search "def __init__" pythonUse Quotes
Exact phrase matching:
fresh search '"virtual environment"' pythonSearch Strategically
- Start broad - Find the right section
- Refine - Search within results
- Use page context - Include class/function names
Searching Online vs Offline
Online Search
- Fresh searches remote pages
- Slower but always up-to-date
- Use for research
Offline Search
- Searches synced documentation
- Instant results
- Use for frequently referenced docs
Common Patterns
| Pattern | Example |
|---|---|
| Class name | fresh search "class Fresh" |
| Method | fresh search "def get_" |
| Error | fresh search "FileNotFoundError" |
| Import | fresh search "from typing import" |
Combining with Other Commands
# Find it first
fresh search "venv" python
# Then get it
fresh get python/library/venv.html
# Or sync for offline
fresh sync python --pattern "venv"