I noticed you implemented this feature:
- Wikipedia searches will capitalize the first letter of each word, which may lead straight to the page you are looking for.
Unforuonatly, this is often not the case ... for instance:
w bohr atom ->
http://en.wikipedia.org/wiki/Bohr_Atombut this page doesn't exist, it should be Bohr_atom ->
http://en.wikipedia.org/wiki/Bohr_atomSame for w Scattered disc and w Oort cloud
In some cases it works, like w green sea turtle ->
http://en.wikipedia.org/wiki/Green_Sea_TurtleBut this page can also be found at ->
http://en.wikipedia.org/wiki/Green_sea_turtleSo my suggestion is to capitalize the first character of the first word but not those of the following words.