FM75, on 2012-October-24, 18:24, said:
Searching for 0.25 or $0.5, just plain eliminated some of the things I was looking for. There are only 5 prices, to the best of my knowledge. Text search is a weak method, especially since it is not limited to the price column.
I tried 0.25, it seemed to work perfectly. $0.5 won't work because we don't have any tourneys at that price. Did you mean $5.00? $5 works, but it doesn't work with ".00" because we don't bother to display the cents. So your point is that text search is weak because you have to know the exact way we chose to write the price. But why would you type ".00" when "$5" has already narrowed down the display?
Quote
When you test, you must try to make things fail. If you don't test that way, you will end up fighting embarrassing fires, because you only tried the things that obviously would work. Anyway, I don't want to harp on it. I sent Fred screen shots of some of the search problems. The domain being searched here is very limited. Using text search can sometimes work well and sometimes just badly. The idea is to figure out, in this limited domain, what the natural and likely questions will be. Those should be answered via carefully constructed, purposeful queries.
The nice thing about text search is that it's very flexible -- we don't have to predict all the things you might want to search for and put them into menus, sortable fields, or whatnot. However, I agree with you that these are not mutually exclusive. When we were redesigning this, I suggested a combobox, but others thought it wouldn't work well because there are so many common search items. Other things we've considered are remembering recent searches, or a Favorites list.
Quote
One of the problems with getting people to click on the top of the column headings, is that it is totally unintuitive. There is nothing about the column head that suggests clicking on it. So unless you have used it in windows/mac directory listings, or excel or have seen it before, nothing is likely to get you to click on it. (Of course, you could write "click column headings to sort" somewhere on the screen
. The people that already guessed it would laugh. But the ones who didn't. It might kind of knock their socks off.
Does the "Help" mention that you can do it. Not that most people feel the need to look at help.
No. However, we're going to have to update that help page to match these changes (it refers to the "More" and "Join" buttons, which are gone), so this would be a good opportunity to add it.
Quote
If you ever escape from Flash, maybe it gets easier.
I don't think so. The common types of controls in HTML5 are essentially the same.