When you search in an auction house for an item that doesn't exist, the game goes through a long search. The response would be a lot faster if it checked whether the item name exists or not.
Currently, the Auction House works like this:
Search every item in a category (ie. equipment) for every item that matches search query.
It should be:
Search category to see if item name exists, THEN search every item in a category.
0