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`