Advanced Search
ZoopFlow documentation includes powerful search capabilities to help you find the information you need quickly.
Search Syntax
The search supports various query types:
- Simple text search: Type any term to search for it
- Exact phrases: Use quotes for exact phrase matching (
"flow definition") - AND operator: Use
+to require terms (error +handling) - OR operator: Use
|between terms (step | flow) - Exclusion: Use
-to exclude terms (error -validation) - Field scoping: Use
field:termto search in specific fields (title:workflow)
Search Tips
Here are some tips to get the most out of the search:
- Use specific terms: More specific terms yield more precise results
- Check spelling: Ensure terms are spelled correctly
- Use synonyms: Try alternative terms if you don't find what you're looking for
- Scan results: Quickly scan result snippets to find the most relevant match
- Use filters: Narrow results by content type (API, Guides, etc.)
Search Keyboard Shortcuts
| Shortcut | Action |
|---|---|
/ | Focus the search input |
Esc | Clear the search input or close the search dialog |
↑/↓ | Navigate through search results |
Enter | Open the selected search result |
Code Search
ZoopFlow documentation includes code search, allowing you to find code examples:
- Function search: Type function names (
defineFlow) - API pattern search: Search for API usage patterns (
context.executeStep) - Code comments: Search within code comments (
// Update user profile)
💡
Code search works best when searching for specific function names or API patterns rather than generic terms.