future-plans: search should also match on field names

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-30 00:42:03 +00:00
parent 6874b9482a
commit 34dc1d441c

View File

@@ -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`