Hacker News new | ask | show | jobs
by coderdude 3778 days ago
I transitioned back to the old interface almost immediately. The search interface for past orders is less powerful because you now need to know when an order was placed in addition to having the transaction ID. The old interface can pull up an order without having the approximate order date as long as you can provide either your own txnid or the customer's txnid. Additionally, I was no longer able to pull up orders using the customer's txnid. So, that was a bummer.
1 comments

Same here. They probably have an index on the txn ID, search is pretty quick that way, but on the new interface where they force you to search within a time span, it takes forever when its more than a few days. So the decision to force people to pick a time span is probably hurting their DB select as much as it is hurting the user experience.