kinland / cse403-wi11-wikimap

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

Search suggestions with spaces always empty #117

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run a search such as "Not in Wikipedia"

What is the expected output? What do you see instead?
Result just says "Article not found"
Expect to see some search results

Original issue reported on code.google.com by dylan.ho...@gmail.com on 5 Mar 2011 at 12:00

GoogleCodeExporter commented 8 years ago
Fixed! Alana figured out queries with spaces weren't working. The problem was 
that we were sending spaces in the bing api query... used a regular expression 
to replace all whitespace characters with +s, now it works!

Original comment by dylan.ho...@gmail.com on 5 Mar 2011 at 12:01