Finally, how do we change the search for the ebay criteria, because it is picking up KM-01, not KM-01X.
BTW, how does a normal user change the search keywords for the ebay results? So KM-01X page doesn't get KM-01 auctions and pricing data...
I dug into this matter. There were 3 issues:
1. sku product ids weren't being added to the big master blacklist. I've fixed this.
2. When comparing auction terms to the greenlist for each product, word boundaries were only applying to the front of a word, but not the end. So, because we had "km01x" in the greenlist, the term "km01" was being cleared as greenlit. As an experiment I'm now enforcing word boundaries on both the front and back of each term, which will fix this case but probably harm others. We'll just have to keep an eye on things.
3. Auctions selling km-01x tend to include a lot of other terms that were getting caught by the blacklist, such as "commander x", "hearts of steel", and even "shattered glass". I have no idea what any of that stuff has to do with this toy, but I added them to the greenlist via the eBay search terms, so we're now getting some data points for this item.
Whew. That seems to take care of everything in this list, so I'ma gonna close this bug, then go take a nap. I advise you all to do the same.