yaqwsx / jlcparts

Better parametric search for components available for JLC PCB assembly
https://yaqwsx.github.io/jlcparts/
MIT License
538 stars 51 forks source link

Case-insensitive matching of attribute key #123

Closed dougy83 closed 5 months ago

dougy83 commented 5 months ago

Some common attributes are missed due to the attribute key having different capitalisation. This PR is just making the key matching case-insensitive, and adding a frequency attribute.

yaqwsx commented 5 months ago

Thanks!