kwanste / cse403-wi11-wikimap

Automatically exported from code.google.com/p/cse403-wi11-wikimap
0 stars 0 forks source link

Links in articles contain erroneous underscores #139

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  
http://cubist.cs.washington.edu/~kshayk/ui/wikiSearch.php?s=Las%20Vegas&view=art
icle
2. Click on any link, such as "Las Vegas Strip"
3. 
http://cubist.cs.washington.edu/~kshayk/ui/wikiSearch.php?view=article&s=Las_Veg
as_Strip is what is searched for, which has underscores instead of spaces (%20)

What is the expected output? What do you see instead?
Underscores should be correctly replaced by spaces when they are used as a 
delimiter of space, and/or our search should be able to handle converting 
underscores into spaces.

Original issue reported on code.google.com by holycrap...@gmail.com on 10 Mar 2011 at 5:47

GoogleCodeExporter commented 9 years ago
Verified this fix.

Original comment by holycrap...@gmail.com on 11 Mar 2011 at 3:10