chris-mosley / AmazonBrandFilter

Filters Amazon search results to only be "known" brands.
MIT License
44 stars 5 forks source link

Filter missed brands buried deep in the description #22

Closed chris-mosley closed 10 months ago

chris-mosley commented 10 months ago

This is a bug in the way the filter works.

Currently it is stopping at 5 words because that is the maximum number of words in our brands list. So if a brand is word 6, it will get filtered out regardless.