Bouni / kicad-jlcpcb-tools

Plugin to generate BOM + CPL files for JLCPCB, assigning LCSC part numbers directly from the plugin, query the JLCPCB parts database, lookup datasheets and much more.
MIT License
1.08k stars 102 forks source link

2024.04.04 5kΩ find also 15kΩ and much more #468

Open JLA4444 opened 2 months ago

JLA4444 commented 2 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. When keywords are short like 5kΩ
  2. The suggested lists also shows 15kΩ and so on

Expected behavior only show 5kΩ resistors

KiCad Version

chmorgan commented 1 month ago

@JLA4444 can you see if this reproduces with latest master? The keyword match logic was modified slightly and I don't believe its in the 2024.04.04 release.

Bouni commented 2 days ago

Just verified with the current main branch, 5kΩ also matches 15k, 7.5k and so on.

grafik

Maybe we want a checkbox/switch for partial matches!?