From 34dc1d441cf5ee2bcf233e3934352d709849c1e7 Mon Sep 17 00:00:00 2001 From: mikael-lovqvists-claude-agent Date: Mon, 30 Mar 2026 00:42:03 +0000 Subject: [PATCH] future-plans: search should also match on field names Co-Authored-By: Claude Sonnet 4.6 --- future-plans.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/future-plans.md b/future-plans.md index 911f027..dde9477 100644 --- a/future-plans.md +++ b/future-plans.md @@ -149,6 +149,11 @@ When filling out many fields on a component, repeatedly reaching for the mouse t hit "add field" is slow. Add a configurable keyboard shortcut (e.g. Alt+F) to focus/trigger the add-field selector from anywhere in the component editor. +#### Search matches field names +The current word-split search only matches field values, not field names. Should +also match on field names so searching `dielectric_characteristics` finds all +components that have that field set, regardless of its value. + #### Parametric search Allow searching/filtering components by field values, not just names. Examples: - `resistance < 10k`, `package = 0603`, `voltage_rating >= 50`