Originally Posted by
Futumsh
You just need to take out the space between % and speed. "%speed" would work (as would just 'speed'). The % just says you want only the percentage stats to match, so it doesn't also match words in item names or in the case of things like "str" vs "%str", whether you want to match all strength awakenings or just the percentage ones.
If you look at the possible enhancement list for an item, every word that appears in it is something that you can match against (just not the numbers, words only), or %word to force matching only percent versions if there are both.