chudkins / DSF

A script to automate working with EFI's Digital StoreFront
GNU General Public License v3.0
0 stars 0 forks source link

Find-Product needs to find an exact match #47

Open chudkins opened 4 years ago

chudkins commented 4 years ago

Find-Product should return one product that matches the requested Product ID, but instead it is returning anything that contains the Product ID. This results in a false positive, and failure to create a new product, when the ID (and Product Name) is unique but is a substring of an existing ID.