future-plans: search should also match on field names
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
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.
|
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
|
#### Parametric search
|
||||||
Allow searching/filtering components by field values, not just names. Examples:
|
Allow searching/filtering components by field values, not just names. Examples:
|
||||||
- `resistance < 10k`, `package = 0603`, `voltage_rating >= 50`
|
- `resistance < 10k`, `package = 0603`, `voltage_rating >= 50`
|
||||||
|
|||||||
Reference in New Issue
Block a user