The alphabetical Title Index in a wiki is helpful, until you get a lot of articles in the wiki. With many articles in the wiki, the title index itself may be spread across several pages. The first page of the title index should list every letter in the alphabet, each as a link to that section of the index.
We thought about doing this ourselves ... creating an article with every letter of the alphabet as a link. The problem is that we haven't figured out how to create a link that will show all of the articles whose title starts with a specific letter. It almost worked by embedding a search of "title:D*" in the URL. The problem is that the "title:D*" search will show all articles that contain a D in the title, but do not necessarily begin with a D.
How can we limit search results to only articles that begin with a specific letter?
I tried regular expression syntax (title:^D*), but that did not work either.
Perhaps we could get John Fuex to update his plugin (http://www.fogcreek.com/fogbugz/Plugins/plugin.aspx?ixPlugin=31) to let you limit the index by the title. Or provide the source code so we can tweak it.
Any other ideas?