Minimal includes a powerful search feature that helps you find bookmarks instantly as you type.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ephraimduncan/minimal.so/llms.txt
Use this file to discover all available pages before exploring further.
How Search Works
The search field at the top of the dashboard serves dual purposes:- Adding bookmarks: Type and press Enter to create a new bookmark
- Searching bookmarks: Type to filter the current group’s bookmarks
Search Behavior
As you type in the search field:- Results update in real-time
- Search is debounced by 500ms for better performance
- Only bookmarks in the current group are searched
- Empty search shows all bookmarks
What Gets Searched
Search looks through:- Bookmark titles: The display name of the bookmark
- URLs: The full URL for link bookmarks
GITHUB matches github.com.
Search Implementation
Using Search
Basic Search
- Click the input field at the top (or start typing)
- Type your search query
- Results appear automatically
- Clear the field to show all bookmarks
Search is scoped to the currently selected group. Switch groups to search different collections.
Search Examples
github- Finds all bookmarks with “github” in title or URL#3E63DD- Finds color bookmarks with that hex valuereact- Matches “React Documentation”, “learn-react.com”, etc.api- Finds bookmarks with “api” anywhere in title or URL
Search Performance
Debouncing
Search uses a 500ms debounce to improve performance:- Prevents excessive filtering while typing
- Reduces unnecessary re-renders
- Analytics only fires after debounce completes
Analytics
When you perform a search, it’s tracked for product insights:Keyboard Navigation with Search
When search results are displayed:- Use
↓and↑arrows to navigate filtered results - Press
Enterto open the selected bookmark - Press
⌘Cto copy the selected bookmark - All keyboard shortcuts work with filtered results
Selected Index Reset
When you type in the search field:- The selected index is reset to -1
- This prevents confusion when the list changes
- Arrow keys start from the top of the filtered results
Search Limitations
Single Group Scope
Search only works within the current group:- It does not search across all groups
- Switch groups to search different collections
- This keeps search fast and results relevant
No Advanced Operators
Current search is simple substring matching:- No boolean operators (AND, OR, NOT)
- No regex support
- No fuzzy matching
- No search modifiers
Clearing Search
Clear your search query:- Click the X button in the input field (if visible)
- Select all text and delete
- Press
Escape(if implemented)
Empty States
No Results
If your search returns no results:- The bookmark list appears empty
- No “no results” message is shown
- Clear the search to see all bookmarks again
Empty Group
If the group has no bookmarks:Tips for Better Search
Search by Domain
Type just the domain name to find all bookmarks from that site (e.g., “github”)
Search Colors
Search for hex codes or color names to find color bookmarks
Partial Matches
You only need to type part of the title or URL - “doc” matches “documentation”
Clear to Reset
Clear the search field to see all bookmarks in the current group
Future Enhancements
Planned search improvements:- Cross-group search
- Search history
- Fuzzy matching
- Tag-based filtering
- Advanced search operators