clj / kom2

Interface KiCad database libraries with non-ODBC systems using magic
MIT License
5 stars 1 forks source link

Order parts queries #15

Open clj opened 1 year ago

clj commented 1 year ago

Probably by the part primary key. This would primarily be to make parts with duplicate IPN behave deterministically. E.g. if we say that if there are more than one part with the same IPN, and the first one is the one that we return to KiCad, then ordering by PK would ensure that this part is always the same.

?ordering=pk should achieve that.