Search
Open Stories and Issues
Rewrite Search: The current implementation of Search is kind of braindead. We can do better.
Search should be sensitive to whole words: Chad noticed that, in the Period Games Space, he can't search for "Ur" to the get to The Game of Ur. That's because we currently have a three-char minimum, and that in turn is because we're doing simply substring matches. But if we had proper whole-word matching, and pushed those hits to the top, this would be a much more valid search term.
Closed Stories and Issues
Search should include Tags: Eric observes that the Search box doesn't hit unreified Tags. It probably ought to do so, although we'll have to think about how that displays.