# task-search > Full-text search across task name and description. - Author: Development Team - Repository: samnababar/todo-phase-3 - Version: 20260206123506 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/samnababar/todo-phase-3 - Web: https://mule.run/skillshub/@@samnababar/todo-phase-3~task-search:20260206123506 --- --- name: task-search description: Full-text search across task name and description. --- # Task Search Skill ## Purpose Quickly find tasks by keyword. ## Process 1. Search input in toolbar with magnifying icon 2. Debounced real-time filtering 3. Highlight matches in results 4. Search name + description fields ## Examples Input: bg-[#1A1A1A] border-[#262626] focus:border-[#8B5CF6] ## Guidelines - Use obsidian-theme-skill - Client-side for speed - Combine with other filters