- add "current value" info to product browsing (requested by Tripredacus)
- add "function" to part vitals Computation (a note on this: turns out that the "function" field for figures is quite important information when it comes to matching auctions to toys. A seller might mention the terms "city commander" when selling a g1 Galvatron, but because the system didn't know those terms had anything to do with Galvatron, they would get caught by the negative filter that checks for words in auctions that don't have anything to do with the toy in question, and the auction would be rejected as not a match. In short: fill in those functions! And always give SOS what he wants. )
- big optimization for auction matching--when checking auction titles, use a blacklist map for speedy validation against the auction terms (instead of iterating over every term in the blacklist). Speeds up auction matching by a factor of 6. Yee-haw.