Basic Search
Basic Search
Find files quickly using Contextium's search functionality.
Search Bar
The search bar is available at the top of every page. Start typing to search across your workspace.
What You Can Search
File Names
Search by file name:
- Type any part of the file name
- Case-insensitive matching
- Partial word matching supported
Examples:
- "auth" finds "authentication.md" and "oauth-guide.md"
- "api" finds "api-reference.md" and "graphql-api.md"
File Paths
Search by file location:
- Include folder names
- Use forward slashes for paths
- Match project names
Examples:
- "docs/getting-started" finds files in that folder
- "api/endpoints" finds files in the API endpoints folder
Content Search
Full-text content search is available on Business and Enterprise plans with Elasticsearch enabled.
On Starter and Professional plans, search is limited to file names and paths.
Search Tips
Quick Search
- Press
Cmd + K(Mac) orCtrl + K(Windows/Linux) - Type your query
- Press Enter to see results
- Click a result to open it
Search Shortcuts
↑↓- Navigate resultsEnter- Open selected fileEsc- Close searchCmd/Ctrl + K- Open search from anywhere
Search Results
Results show:
- File name - Highlighted with matched terms
- Path - Location in workspace
- Project - Which project contains the file
- Last updated - When file was modified
- Snippet - Content preview (Business plan+)
Results are ranked by relevance:
- Exact file name matches
- File name partial matches
- Path matches
- Content matches (Business plan+)
Filtering Results
Filter by Project
- Enter search query
- Click Filter
- Select one or more projects
- View filtered results
Filter by Tags
- Enter search query
- Click Filter
- Select tags
- View tagged files only
Sort Results
Sort by:
- Relevance - Best matches first (default)
- Name - Alphabetical order
- Last updated - Newest first
- Created date - Newest first
Recent Files
Access recently viewed files without searching:
- Click Recent in the sidebar
- Use
Cmd/Ctrl + Kand view recent files section - Dashboard shows recent files
Recent files list shows your last 20 viewed files.
Search Limitations
Starter and Professional Plans
- Search file names and paths only
- No full-text content search
- Basic relevance ranking
Business and Enterprise Plans
- Full-text content search
- AI-powered search
- Advanced ranking
- Search result highlighting
- Content snippets in results
See Advanced Search for Business plan features.
No Results?
If you can't find what you're looking for:
- Check spelling - Try different spellings or terms
- Simplify query - Use fewer, more general terms
- Browse projects - Navigate directly to the project
- Check filters - Make sure filters aren't hiding results
- Verify access - Ensure you have permission to view the file
Search Best Practices
Name Files for Searchability
Use descriptive names with keywords:
- ✅ "user-authentication-guide.md"
- ✅ "api-rate-limiting.md"
- ✅ "deployment-checklist.md"
- ❌ "doc1.md"
- ❌ "notes.md"
- ❌ "stuff.md"
Use Consistent Naming
Establish naming conventions:
- Lowercase with hyphens: "getting-started.md"
- Include key terms: "api-", "guide-", "reference-"
- Date format for changelogs: "changelog-2024-01.md"
Tag Important Files
Apply tags to improve discoverability:
- Add "category:api" to API documentation
- Use "status:published" for finished docs
- Tag with "team:engineering" for team-specific content
Coming Soon
Upcoming search enhancements:
- Boolean operators (AND, OR, NOT)
- Fuzzy matching
- Search within specific folders
- Saved searches
- Search history